Html Css Color HEX #4276AB Steel Blue

📋 copy color: '#4276AB'

red 66 ◦ green 118 ◦ blue 171

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

Shades of Steel Blue #4276AB

Tints of Steel Blue #4276AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.17%

R = 18.59%
G = 33.24%
B = 48.17%

CMYK

 C value IS 0.61

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4276AB (or 0x4276AB) is known color: Steel Blue. HEX triplet: 42, 76 and AB. RGB value is (66,118,171). Sum of RGB (Red+Green+Blue) = 66+118+171=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #4276AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4276AB is #BD8954. Grayscale: #6C6C6C. Windows color (decimal): -12421461 or 11236930. OLE color: 11236930.

HSL color Cylindrical-coordinate representation of color #4276AB: hue angle of 210.29º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4276AB is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 118 171 -
CMYK 0.61 0.31 0 0.33
HSL 210.29º 0.44% 0.46% -
HSV(B) 210.29º 0.61% 0.67% -
XYZ 16.08 17.06 40.97 -
YUV 108.49 163.27 97.69 -
System Red Green Blue C M Y K H S L
Decimal 66 118 171 0.61 0.31 0 0.33 210.29 0.44 0.46
Hex 42 76 AB 3D 1F 0 21 D2 2C 2E
Octal 102 166 253 75 37 0 41 322 54 56
Binary 1000010 1110110 10101011 111101 11111 0 100001 11010010 101100 101110

Color Harmonies of #4276AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4276AB

Black with #4276AB

Text Example


Text Example

White with #4276AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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