Html Css Color HEX #4475BC Steel Blue

📋 copy color: '#4475BC'

red 68 ◦ green 117 ◦ blue 188

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

Shades of Steel Blue #4475BC

Tints of Steel Blue #4475BC

RGB

 RED value IS 68 (26.95% from 255) = 18.23%

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

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

R = 18.23%
G = 31.37%
B = 50.4%

CMYK

 C value IS 0.64

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4475BC (or 0x4475BC) is known color: Steel Blue. HEX triplet: 44, 75 and BC. RGB value is (68,117,188). Sum of RGB (Red+Green+Blue) = 68+117+188=373 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.23% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #4475BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4475BC is #BB8A43. Grayscale: #6E6E6E. Windows color (decimal): -12290628 or 12350788. OLE color: 12350788.

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

Color convert

RGB 68 117 188 -
CMYK 0.64 0.38 0 0.26
HSL 215.5º 0.47% 0.5% -
HSV(B) 215.5º 0.64% 0.74% -
XYZ 17.82 17.58 50.03 -
YUV 110.44 171.77 97.73 -
System Red Green Blue C M Y K H S L
Decimal 68 117 188 0.64 0.38 0 0.26 215.5 0.47 0.5
Hex 44 75 BC 40 26 0 1A D8 2F 32
Octal 104 165 274 100 46 0 32 330 57 62
Binary 1000100 1110101 10111100 1000000 100110 0 11010 11011000 101111 110010

Color Harmonies of #4475BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4475BC

Black with #4475BC

Text Example


Text Example

White with #4475BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,117,188); }

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

background-color css

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

 a { background-color: rgb(68,117,188); }

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

border-color css

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

 span { border-color: rgb(68,117,188); }

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