Html Css Color HEX #476FCB Royal Blue

📋 copy color: '#476FCB'

red 71 ◦ green 111 ◦ blue 203

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

Shades of Royal Blue #476FCB

Tints of Royal Blue #476FCB

RGB

 RED value IS 71 (28.13% from 255) = 18.44%

 GREEN value IS 111 (43.75% from 255) = 28.83%

 BLUE value IS 203 (79.69% from 255) = 52.73%

R = 18.44%
G = 28.83%
B = 52.73%

CMYK

 C value IS 0.65

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#476FCB (or 0x476FCB) is known color: Royal Blue. HEX triplet: 47, 6F and CB. RGB value is (71,111,203). Sum of RGB (Red+Green+Blue) = 71+111+203=385 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.44% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #476FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476FCB is #B89034. Grayscale: #6D6D6D. Windows color (decimal): -12095541 or 13332295. OLE color: 13332295.

HSL color Cylindrical-coordinate representation of color #476FCB: hue angle of 221.82º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #476FCB is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 111 203 -
CMYK 0.65 0.45 0 0.20
HSL 221.82º 0.56% 0.54% -
HSV(B) 221.82º 0.65% 0.8% -
XYZ 19.06 17.02 58.78 -
YUV 109.53 180.75 100.52 -
System Red Green Blue C M Y K H S L
Decimal 71 111 203 0.65 0.45 0 0.20 221.82 0.56 0.54
Hex 47 6F CB 41 2D 0 14 DE 38 36
Octal 107 157 313 101 55 0 24 336 70 66
Binary 1000111 1101111 11001011 1000001 101101 0 10100 11011110 111000 110110

Color Harmonies of #476FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476FCB

Black with #476FCB

Text Example


Text Example

White with #476FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476FCB; }

 p { color: rgb(71,111,203); }

 H1.HeaderClassName
 {
   color: #476FCB;
 }
 .AnyTagClassName
 {
   color: #476FCB;
 }
</style>

background-color css

<style>
 a { background-color: #476FCB; }

 a { background-color: rgb(71,111,203); }

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

border-color css

<style>
 span { border-color: #476FCB; }

 span { border-color: rgb(71,111,203); }

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