Html Css Color HEX #4272CC Royal Blue

📋 copy color: '#4272CC'

red 66 ◦ green 114 ◦ blue 204

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

Shades of Royal Blue #4272CC

Tints of Royal Blue #4272CC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.69%

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

R = 17.19%
G = 29.69%
B = 53.13%

CMYK

 C value IS 0.68

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4272CC (or 0x4272CC) is known color: Royal Blue. HEX triplet: 42, 72 and CC. RGB value is (66,114,204). Sum of RGB (Red+Green+Blue) = 66+114+204=384 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.19% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #4272CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4272CC is #BD8D33. Grayscale: #6D6D6D. Windows color (decimal): -12422452 or 13398594. OLE color: 13398594.

HSL color Cylindrical-coordinate representation of color #4272CC: hue angle of 219.13º 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 #4272CC is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 66 114 204 -
CMYK 0.68 0.44 0 0.2
HSL 219.13º 0.58% 0.53% -
HSV(B) 219.13º 0.68% 0.8% -
XYZ 19.16 17.55 59.5 -
YUV 109.91 181.1 96.68 -
System Red Green Blue C M Y K H S L
Decimal 66 114 204 0.68 0.44 0 0.2 219.13 0.58 0.53
Hex 42 72 CC 44 2C 0 14 DB 3A 35
Octal 102 162 314 104 54 0 24 333 72 65
Binary 1000010 1110010 11001100 1000100 101100 0 10100 11011011 111010 110101

Color Harmonies of #4272CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4272CC

Black with #4272CC

Text Example


Text Example

White with #4272CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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