Html Css Color HEX #4075BF Steel Blue

📋 copy color: '#4075BF'

red 64 ◦ green 117 ◦ blue 191

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

Shades of Steel Blue #4075BF

Tints of Steel Blue #4075BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.34%

R = 17.2%
G = 31.45%
B = 51.34%

CMYK

 C value IS 0.66

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4075BF (or 0x4075BF) is known color: Steel Blue. HEX triplet: 40, 75 and BF. RGB value is (64,117,191). Sum of RGB (Red+Green+Blue) = 64+117+191=372 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.20% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 191 (75% from 255 or 51.34% from 372); Max value from RGB is 191 - color contains mainly: blue. Hex color #4075BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4075BF is #BF8A40. Grayscale: #6D6D6D. Windows color (decimal): -12552769 or 12547392. OLE color: 12547392.

HSL color Cylindrical-coordinate representation of color #4075BF: hue angle of 214.96º 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 #4075BF is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 117 191 -
CMYK 0.66 0.39 0 0.25
HSL 214.96º 0.5% 0.5% -
HSV(B) 214.96º 0.66% 0.75% -
XYZ 17.88 17.57 51.74 -
YUV 109.59 173.94 95.48 -
System Red Green Blue C M Y K H S L
Decimal 64 117 191 0.66 0.39 0 0.25 214.96 0.5 0.5
Hex 40 75 BF 42 27 0 19 D7 32 32
Octal 100 165 277 102 47 0 31 327 62 62
Binary 1000000 1110101 10111111 1000010 100111 0 11001 11010111 110010 110010

Color Harmonies of #4075BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4075BF

Black with #4075BF

Text Example


Text Example

White with #4075BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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