Html Css Color HEX #476ACB Royal Blue

📋 copy color: '#476ACB'

red 71 ◦ green 106 ◦ blue 203

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

Shades of Royal Blue #476ACB

Tints of Royal Blue #476ACB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.89%

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

R = 18.68%
G = 27.89%
B = 53.42%

CMYK

 C value IS 0.65

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#476ACB (or 0x476ACB) is known color: Royal Blue. HEX triplet: 47, 6A and CB. RGB value is (71,106,203). Sum of RGB (Red+Green+Blue) = 71+106+203=380 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.68% from 380); Green value is 106 (41.80% from 255 or 27.89% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #476ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476ACB is #B89534. Grayscale: #6A6A6A. Windows color (decimal): -12096821 or 13331015. OLE color: 13331015.

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

Color convert

RGB 71 106 203 -
CMYK 0.65 0.48 0 0.20
HSL 224.09º 0.56% 0.54% -
HSV(B) 224.09º 0.65% 0.8% -
XYZ 18.53 15.96 58.6 -
YUV 106.59 182.4 102.61 -
System Red Green Blue C M Y K H S L
Decimal 71 106 203 0.65 0.48 0 0.20 224.09 0.56 0.54
Hex 47 6A CB 41 30 0 14 E0 38 36
Octal 107 152 313 101 60 0 24 340 70 66
Binary 1000111 1101010 11001011 1000001 110000 0 10100 11100000 111000 110110

Color Harmonies of #476ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476ACB

Black with #476ACB

Text Example


Text Example

White with #476ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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