Html Css Color HEX #476BCE Royal Blue

📋 copy color: '#476BCE'

red 71 ◦ green 107 ◦ blue 206

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

Shades of Royal Blue #476BCE

Tints of Royal Blue #476BCE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.86%

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

R = 18.49%
G = 27.86%
B = 53.65%

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

#476BCE (or 0x476BCE) is known color: Royal Blue. HEX triplet: 47, 6B and CE. RGB value is (71,107,206). Sum of RGB (Red+Green+Blue) = 71+107+206=384 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.49% from 384); Green value is 107 (42.19% from 255 or 27.86% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #476BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476BCE is #B89431. Grayscale: #6B6B6B. Windows color (decimal): -12096562 or 13527879. OLE color: 13527879.

HSL color Cylindrical-coordinate representation of color #476BCE: hue angle of 224º 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 #476BCE is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 107 206 -
CMYK 0.66 0.48 0 0.19
HSL 224º 0.58% 0.54% -
HSV(B) 224º 0.66% 0.81% -
XYZ 19 16.31 60.54 -
YUV 107.52 183.57 101.95 -
System Red Green Blue C M Y K H S L
Decimal 71 107 206 0.66 0.48 0 0.19 224 0.58 0.54
Hex 47 6B CE 42 30 0 13 E0 3A 36
Octal 107 153 316 102 60 0 23 340 72 66
Binary 1000111 1101011 11001110 1000010 110000 0 10011 11100000 111010 110110

Color Harmonies of #476BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476BCE

Black with #476BCE

Text Example


Text Example

White with #476BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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