Html Css Color HEX #4C76DF Royal Blue

📋 copy color: '#4C76DF'

red 76 ◦ green 118 ◦ blue 223

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

Shades of Royal Blue #4C76DF

Tints of Royal Blue #4C76DF

RGB

 RED value IS 76 (30.08% from 255) = 18.23%

 GREEN value IS 118 (46.48% from 255) = 28.3%

 BLUE value IS 223 (87.5% from 255) = 53.48%

R = 18.23%
G = 28.3%
B = 53.48%

CMYK

 C value IS 0.66

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4C76DF (or 0x4C76DF) is known color: Royal Blue. HEX triplet: 4C, 76 and DF. RGB value is (76,118,223). Sum of RGB (Red+Green+Blue) = 76+118+223=417 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.23% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #4C76DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C76DF is #B38920. Grayscale: #747474. Windows color (decimal): -11766049 or 14644812. OLE color: 14644812.

HSL color Cylindrical-coordinate representation of color #4C76DF: hue angle of 222.86º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C76DF is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 76 118 223 -
CMYK 0.66 0.47 0 0.13
HSL 222.86º 0.7% 0.59% -
HSV(B) 222.86º 0.66% 0.87% -
XYZ 22.78 19.82 72.44 -
YUV 117.41 187.59 98.46 -
System Red Green Blue C M Y K H S L
Decimal 76 118 223 0.66 0.47 0 0.13 222.86 0.7 0.59
Hex 4C 76 DF 42 2F 0 D DF 46 3B
Octal 114 166 337 102 57 0 15 337 106 73
Binary 1001100 1110110 11011111 1000010 101111 0 1101 11011111 1000110 111011

Color Harmonies of #4C76DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C76DF

Black with #4C76DF

Text Example


Text Example

White with #4C76DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C76DF; }

 p { color: rgb(76,118,223); }

 H1.HeaderClassName
 {
   color: #4C76DF;
 }
 .AnyTagClassName
 {
   color: #4C76DF;
 }
</style>

background-color css

<style>
 a { background-color: #4C76DF; }

 a { background-color: rgb(76,118,223); }

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

border-color css

<style>
 span { border-color: #4C76DF; }

 span { border-color: rgb(76,118,223); }

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