Html Css Color HEX #4375BE Steel Blue

📋 copy color: '#4375BE'

red 67 ◦ green 117 ◦ blue 190

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

Shades of Steel Blue #4375BE

Tints of Steel Blue #4375BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.8%

R = 17.91%
G = 31.28%
B = 50.8%

CMYK

 C value IS 0.65

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4375BE (or 0x4375BE) is known color: Steel Blue. HEX triplet: 43, 75 and BE. RGB value is (67,117,190). Sum of RGB (Red+Green+Blue) = 67+117+190=374 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.91% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #4375BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4375BE is #BC8A41. Grayscale: #6E6E6E. Windows color (decimal): -12356162 or 12481859. OLE color: 12481859.

HSL color Cylindrical-coordinate representation of color #4375BE: hue angle of 215.61º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4375BE is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 67 117 190 -
CMYK 0.65 0.38 0 0.25
HSL 215.61º 0.49% 0.5% -
HSV(B) 215.61º 0.65% 0.75% -
XYZ 17.97 17.63 51.17 -
YUV 110.37 172.94 97.06 -
System Red Green Blue C M Y K H S L
Decimal 67 117 190 0.65 0.38 0 0.25 215.61 0.49 0.5
Hex 43 75 BE 41 26 0 19 D8 31 32
Octal 103 165 276 101 46 0 31 330 61 62
Binary 1000011 1110101 10111110 1000001 100110 0 11001 11011000 110001 110010

Color Harmonies of #4375BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4375BE

Black with #4375BE

Text Example


Text Example

White with #4375BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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