Html Css Color HEX #4272BC Steel Blue

📋 copy color: '#4272BC'

red 66 ◦ green 114 ◦ blue 188

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

Shades of Steel Blue #4272BC

Tints of Steel Blue #4272BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.09%

R = 17.93%
G = 30.98%
B = 51.09%

CMYK

 C value IS 0.65

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4272BC (or 0x4272BC) is known color: Steel Blue. HEX triplet: 42, 72 and BC. RGB value is (66,114,188). Sum of RGB (Red+Green+Blue) = 66+114+188=368 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.93% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #4272BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4272BC is #BD8D43. Grayscale: #6B6B6B. Windows color (decimal): -12422468 or 12350018. OLE color: 12350018.

HSL color Cylindrical-coordinate representation of color #4272BC: hue angle of 216.39º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4272BC is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 66 114 188 -
CMYK 0.65 0.39 0 0.26
HSL 216.39º 0.48% 0.5% -
HSV(B) 216.39º 0.65% 0.74% -
XYZ 17.34 16.82 49.91 -
YUV 108.08 173.1 97.98 -
System Red Green Blue C M Y K H S L
Decimal 66 114 188 0.65 0.39 0 0.26 216.39 0.48 0.5
Hex 42 72 BC 41 27 0 1A D8 30 32
Octal 102 162 274 101 47 0 32 330 60 62
Binary 1000010 1110010 10111100 1000001 100111 0 11010 11011000 110000 110010

Color Harmonies of #4272BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4272BC

Black with #4272BC

Text Example


Text Example

White with #4272BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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