Html Css Color HEX #4075BC Steel Blue

📋 copy color: '#4075BC'

red 64 ◦ green 117 ◦ blue 188

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

Shades of Steel Blue #4075BC

Tints of Steel Blue #4075BC

RGB

 RED value IS 64 (25.39% from 255) = 17.34%

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

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

R = 17.34%
G = 31.71%
B = 50.95%

CMYK

 C value IS 0.66

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4075BC (or 0x4075BC) is known color: Steel Blue. HEX triplet: 40, 75 and BC. RGB value is (64,117,188). Sum of RGB (Red+Green+Blue) = 64+117+188=369 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.34% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #4075BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4075BC is #BF8A43. Grayscale: #6C6C6C. Windows color (decimal): -12552772 or 12350784. OLE color: 12350784.

HSL color Cylindrical-coordinate representation of color #4075BC: hue angle of 214.35º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4075BC is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 64 117 188 -
CMYK 0.66 0.38 0 0.26
HSL 214.35º 0.49% 0.49% -
HSV(B) 214.35º 0.66% 0.74% -
XYZ 17.55 17.44 50.02 -
YUV 109.25 172.44 95.73 -
System Red Green Blue C M Y K H S L
Decimal 64 117 188 0.66 0.38 0 0.26 214.35 0.49 0.49
Hex 40 75 BC 42 26 0 1A D6 31 31
Octal 100 165 274 102 46 0 32 326 61 61
Binary 1000000 1110101 10111100 1000010 100110 0 11010 11010110 110001 110001

Color Harmonies of #4075BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4075BC

Black with #4075BC

Text Example


Text Example

White with #4075BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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