Html Css Color HEX #4375B3 Steel Blue

📋 copy color: '#4375B3'

red 67 ◦ green 117 ◦ blue 179

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

Shades of Steel Blue #4375B3

Tints of Steel Blue #4375B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 49.31%

R = 18.46%
G = 32.23%
B = 49.31%

CMYK

 C value IS 0.63

 M value IS 0.35

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#4375B3 (or 0x4375B3) is known color: Steel Blue. HEX triplet: 43, 75 and B3. RGB value is (67,117,179). Sum of RGB (Red+Green+Blue) = 67+117+179=363 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.46% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 179 (70.31% from 255 or 49.31% from 363); Max value from RGB is 179 - color contains mainly: blue. Hex color #4375B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4375B3 is #BC8A4C. Grayscale: #6C6C6C. Windows color (decimal): -12356173 or 11760963. OLE color: 11760963.

HSL color Cylindrical-coordinate representation of color #4375B3: hue angle of 213.21º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4375B3 is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 67 117 179 -
CMYK 0.63 0.35 0 0.30
HSL 213.21º 0.46% 0.48% -
HSV(B) 213.21º 0.63% 0.7% -
XYZ 16.81 17.17 45.08 -
YUV 109.12 167.44 97.96 -
System Red Green Blue C M Y K H S L
Decimal 67 117 179 0.63 0.35 0 0.30 213.21 0.46 0.48
Hex 43 75 B3 3F 23 0 1E D5 2E 30
Octal 103 165 263 77 43 0 36 325 56 60
Binary 1000011 1110101 10110011 111111 100011 0 11110 11010101 101110 110000

Color Harmonies of #4375B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4375B3

Black with #4375B3

Text Example


Text Example

White with #4375B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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