Html Css Color HEX #4375BD Steel Blue

📋 copy color: '#4375BD'

red 67 ◦ green 117 ◦ blue 189

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

Shades of Steel Blue #4375BD

Tints of Steel Blue #4375BD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.37%

 BLUE value IS 189 (74.22% from 255) = 50.67%

R = 17.96%
G = 31.37%
B = 50.67%

CMYK

 C value IS 0.65

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4375BD (or 0x4375BD) is known color: Steel Blue. HEX triplet: 43, 75 and BD. RGB value is (67,117,189). Sum of RGB (Red+Green+Blue) = 67+117+189=373 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.96% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #4375BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4375BD is #BC8A42. Grayscale: #6D6D6D. Windows color (decimal): -12356163 or 12416323. OLE color: 12416323.

HSL color Cylindrical-coordinate representation of color #4375BD: hue angle of 215.41º 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 #4375BD is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 67 117 189 -
CMYK 0.65 0.38 0 0.26
HSL 215.41º 0.48% 0.5% -
HSV(B) 215.41º 0.65% 0.74% -
XYZ 17.86 17.59 50.6 -
YUV 110.26 172.44 97.15 -
System Red Green Blue C M Y K H S L
Decimal 67 117 189 0.65 0.38 0 0.26 215.41 0.48 0.5
Hex 43 75 BD 41 26 0 1A D7 30 32
Octal 103 165 275 101 46 0 32 327 60 62
Binary 1000011 1110101 10111101 1000001 100110 0 11010 11010111 110000 110010

Color Harmonies of #4375BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4375BD

Black with #4375BD

Text Example


Text Example

White with #4375BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4375BD; }

 p { color: rgb(67,117,189); }

 H1.HeaderClassName
 {
   color: #4375BD;
 }
 .AnyTagClassName
 {
   color: #4375BD;
 }
</style>

background-color css

<style>
 a { background-color: #4375BD; }

 a { background-color: rgb(67,117,189); }

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

border-color css

<style>
 span { border-color: #4375BD; }

 span { border-color: rgb(67,117,189); }

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