Html Css Color HEX #476CCE Royal Blue

📋 copy color: '#476CCE'

red 71 ◦ green 108 ◦ blue 206

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

Shades of Royal Blue #476CCE

Tints of Royal Blue #476CCE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.05%

 BLUE value IS 206 (80.86% from 255) = 53.51%

R = 18.44%
G = 28.05%
B = 53.51%

CMYK

 C value IS 0.66

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#476CCE (or 0x476CCE) is known color: Royal Blue. HEX triplet: 47, 6C and CE. RGB value is (71,108,206). Sum of RGB (Red+Green+Blue) = 71+108+206=385 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.44% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #476CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476CCE is #B89331. Grayscale: #6B6B6B. Windows color (decimal): -12096306 or 13528135. OLE color: 13528135.

HSL color Cylindrical-coordinate representation of color #476CCE: hue angle of 223.56º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #476CCE is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 108 206 -
CMYK 0.66 0.48 0 0.19
HSL 223.56º 0.58% 0.54% -
HSV(B) 223.56º 0.66% 0.81% -
XYZ 19.1 16.52 60.57 -
YUV 108.11 183.24 101.53 -
System Red Green Blue C M Y K H S L
Decimal 71 108 206 0.66 0.48 0 0.19 223.56 0.58 0.54
Hex 47 6C CE 42 30 0 13 E0 3A 36
Octal 107 154 316 102 60 0 23 340 72 66
Binary 1000111 1101100 11001110 1000010 110000 0 10011 11100000 111010 110110

Color Harmonies of #476CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476CCE

Black with #476CCE

Text Example


Text Example

White with #476CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,108,206); }

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

background-color css

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

 a { background-color: rgb(71,108,206); }

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

border-color css

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

 span { border-color: rgb(71,108,206); }

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