Html Css Color HEX #4276BA Steel Blue

📋 copy color: '#4276BA'

red 66 ◦ green 118 ◦ blue 186

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

Shades of Steel Blue #4276BA

Tints of Steel Blue #4276BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.27%

R = 17.84%
G = 31.89%
B = 50.27%

CMYK

 C value IS 0.65

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4276BA (or 0x4276BA) is known color: Steel Blue. HEX triplet: 42, 76 and BA. RGB value is (66,118,186). Sum of RGB (Red+Green+Blue) = 66+118+186=370 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.84% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #4276BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4276BA is #BD8945. Grayscale: #6D6D6D. Windows color (decimal): -12421446 or 12219970. OLE color: 12219970.

HSL color Cylindrical-coordinate representation of color #4276BA: hue angle of 214º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4276BA is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 118 186 -
CMYK 0.65 0.37 0 0.27
HSL 214º 0.48% 0.49% -
HSV(B) 214º 0.65% 0.73% -
XYZ 17.59 17.66 48.94 -
YUV 110.2 170.77 96.47 -
System Red Green Blue C M Y K H S L
Decimal 66 118 186 0.65 0.37 0 0.27 214 0.48 0.49
Hex 42 76 BA 41 25 0 1B D6 30 31
Octal 102 166 272 101 45 0 33 326 60 61
Binary 1000010 1110110 10111010 1000001 100101 0 11011 11010110 110000 110001

Color Harmonies of #4276BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4276BA

Black with #4276BA

Text Example


Text Example

White with #4276BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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