Html Css Color HEX #4370BC Steel Blue

📋 copy color: '#4370BC'

red 67 ◦ green 112 ◦ blue 188

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

Shades of Steel Blue #4370BC

Tints of Steel Blue #4370BC

RGB

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

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

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

R = 18.26%
G = 30.52%
B = 51.23%

CMYK

 C value IS 0.64

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4370BC (or 0x4370BC) is known color: Steel Blue. HEX triplet: 43, 70 and BC. RGB value is (67,112,188). Sum of RGB (Red+Green+Blue) = 67+112+188=367 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.26% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #4370BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4370BC is #BC8F43. Grayscale: #6A6A6A. Windows color (decimal): -12357444 or 12349507. OLE color: 12349507.

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

Color convert

RGB 67 112 188 -
CMYK 0.64 0.40 0 0.26
HSL 217.69º 0.47% 0.5% -
HSV(B) 217.69º 0.64% 0.74% -
XYZ 17.19 16.41 49.84 -
YUV 107.21 173.59 99.32 -
System Red Green Blue C M Y K H S L
Decimal 67 112 188 0.64 0.40 0 0.26 217.69 0.47 0.5
Hex 43 70 BC 40 28 0 1A DA 2F 32
Octal 103 160 274 100 50 0 32 332 57 62
Binary 1000011 1110000 10111100 1000000 101000 0 11010 11011010 101111 110010

Color Harmonies of #4370BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4370BC

Black with #4370BC

Text Example


Text Example

White with #4370BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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