Html Css Color HEX #4075BE Steel Blue

📋 copy color: '#4075BE'

red 64 ◦ green 117 ◦ blue 190

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

Shades of Steel Blue #4075BE

Tints of Steel Blue #4075BE

RGB

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

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

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

R = 17.25%
G = 31.54%
B = 51.21%

CMYK

 C value IS 0.66

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4075BE (or 0x4075BE) is known color: Steel Blue. HEX triplet: 40, 75 and BE. RGB value is (64,117,190). Sum of RGB (Red+Green+Blue) = 64+117+190=371 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.25% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #4075BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4075BE is #BF8A41. Grayscale: #6D6D6D. Windows color (decimal): -12552770 or 12481856. OLE color: 12481856.

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

Color convert

RGB 64 117 190 -
CMYK 0.66 0.38 0 0.25
HSL 214.76º 0.5% 0.5% -
HSV(B) 214.76º 0.66% 0.75% -
XYZ 17.77 17.53 51.16 -
YUV 109.48 173.44 95.56 -
System Red Green Blue C M Y K H S L
Decimal 64 117 190 0.66 0.38 0 0.25 214.76 0.5 0.5
Hex 40 75 BE 42 26 0 19 D7 32 32
Octal 100 165 276 102 46 0 31 327 62 62
Binary 1000000 1110101 10111110 1000010 100110 0 11001 11010111 110010 110010

Color Harmonies of #4075BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4075BE

Black with #4075BE

Text Example


Text Example

White with #4075BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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