Html Css Color HEX #4276CC Royal Blue

📋 copy color: '#4276CC'

red 66 ◦ green 118 ◦ blue 204

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

Shades of Royal Blue #4276CC

Tints of Royal Blue #4276CC

RGB

 RED value IS 66 (26.17% from 255) = 17.01%

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

 BLUE value IS 204 (80.08% from 255) = 52.58%

R = 17.01%
G = 30.41%
B = 52.58%

CMYK

 C value IS 0.68

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4276CC (or 0x4276CC) is known color: Royal Blue. HEX triplet: 42, 76 and CC. RGB value is (66,118,204). Sum of RGB (Red+Green+Blue) = 66+118+204=388 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.01% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #4276CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4276CC is #BD8933. Grayscale: #6F6F6F. Windows color (decimal): -12421428 or 13399618. OLE color: 13399618.

HSL color Cylindrical-coordinate representation of color #4276CC: hue angle of 217.39º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4276CC is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 66 118 204 -
CMYK 0.68 0.42 0 0.2
HSL 217.39º 0.58% 0.53% -
HSV(B) 217.39º 0.68% 0.8% -
XYZ 19.62 18.47 59.66 -
YUV 112.26 179.77 95.01 -
System Red Green Blue C M Y K H S L
Decimal 66 118 204 0.68 0.42 0 0.2 217.39 0.58 0.53
Hex 42 76 CC 44 2A 0 14 D9 3A 35
Octal 102 166 314 104 52 0 24 331 72 65
Binary 1000010 1110110 11001100 1000100 101010 0 10100 11011001 111010 110101

Color Harmonies of #4276CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4276CC

Black with #4276CC

Text Example


Text Example

White with #4276CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4276CC; }

 p { color: rgb(66,118,204); }

 H1.HeaderClassName
 {
   color: #4276CC;
 }
 .AnyTagClassName
 {
   color: #4276CC;
 }
</style>

background-color css

<style>
 a { background-color: #4276CC; }

 a { background-color: rgb(66,118,204); }

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

border-color css

<style>
 span { border-color: #4276CC; }

 span { border-color: rgb(66,118,204); }

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