Html Css Color HEX #4680FB Royal Blue

📋 copy color: '#4680FB'

red 70 ◦ green 128 ◦ blue 251

#4680FB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #4680FB

Tints of Royal Blue #4680FB

RGB

 RED value IS 70 (27.73% from 255) = 15.59%

 GREEN value IS 128 (50.39% from 255) = 28.51%

 BLUE value IS 251 (98.44% from 255) = 55.9%

R = 15.59%
G = 28.51%
B = 55.9%

CMYK

 C value IS 0.72

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4680FB (or 0x4680FB) is known color: Royal Blue. HEX triplet: 46, 80 and FB. RGB value is (70,128,251). Sum of RGB (Red+Green+Blue) = 70+128+251=449 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.59% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 251 (98.44% from 255 or 55.90% from 449); Max value from RGB is 251 - color contains mainly: blue. Hex color #4680FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4680FB is #B97F04. Grayscale: #7C7C7C. Windows color (decimal): -12156677 or 16482374. OLE color: 16482374.

HSL color Cylindrical-coordinate representation of color #4680FB: hue angle of 220.77º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4680FB is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 70 128 251 -
CMYK 0.72 0.49 0 0.02
HSL 220.77º 0.96% 0.63% -
HSV(B) 220.77º 0.72% 0.98% -
XYZ 27.66 23.71 94.38 -
YUV 124.68 199.28 89 -
System Red Green Blue C M Y K H S L
Decimal 70 128 251 0.72 0.49 0 0.02 220.77 0.96 0.63
Hex 46 80 FB 48 31 0 2 DD 60 3F
Octal 106 200 373 110 61 0 2 335 140 77
Binary 1000110 10000000 11111011 1001000 110001 0 10 11011101 1100000 111111

Color Harmonies of #4680FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4680FB

Black with #4680FB

Text Example


Text Example

White with #4680FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4680FB; }

 p { color: rgb(70,128,251); }

 H1.HeaderClassName
 {
   color: #4680FB;
 }
 .AnyTagClassName
 {
   color: #4680FB;
 }
</style>

background-color css

<style>
 a { background-color: #4680FB; }

 a { background-color: rgb(70,128,251); }

 div.DivClassName
 {
   background-color: #4680FB;
 }
 .BgClassName
 {
   background-color: #4680FB;
 }
</style>

border-color css

<style>
 span { border-color: #4680FB; }

 span { border-color: rgb(70,128,251); }

 td.TdClassName
 {
   border-color: #4680FB;
 }
 .TagClassName
 {
   border-color: #4680FB;
 }
</style>