Html Css Color HEX #4370BA Steel Blue

📋 copy color: '#4370BA'

red 67 ◦ green 112 ◦ blue 186

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

Shades of Steel Blue #4370BA

Tints of Steel Blue #4370BA

RGB

 RED value IS 67 (26.56% from 255) = 18.36%

 GREEN value IS 112 (44.14% from 255) = 30.68%

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

R = 18.36%
G = 30.68%
B = 50.96%

CMYK

 C value IS 0.64

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4370BA (or 0x4370BA) is known color: Steel Blue. HEX triplet: 43, 70 and BA. RGB value is (67,112,186). Sum of RGB (Red+Green+Blue) = 67+112+186=365 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.36% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #4370BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4370BA is #BC8F45. Grayscale: #6A6A6A. Windows color (decimal): -12357446 or 12218435. OLE color: 12218435.

HSL color Cylindrical-coordinate representation of color #4370BA: hue angle of 217.31º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4370BA is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 67 112 186 -
CMYK 0.64 0.40 0 0.27
HSL 217.31º 0.47% 0.5% -
HSV(B) 217.31º 0.64% 0.73% -
XYZ 16.97 16.33 48.71 -
YUV 106.98 172.59 99.48 -
System Red Green Blue C M Y K H S L
Decimal 67 112 186 0.64 0.40 0 0.27 217.31 0.47 0.5
Hex 43 70 BA 40 28 0 1B D9 2F 32
Octal 103 160 272 100 50 0 33 331 57 62
Binary 1000011 1110000 10111010 1000000 101000 0 11011 11011001 101111 110010

Color Harmonies of #4370BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4370BA

Black with #4370BA

Text Example


Text Example

White with #4370BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,112,186); }

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

background-color css

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

 a { background-color: rgb(67,112,186); }

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

border-color css

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

 span { border-color: rgb(67,112,186); }

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