Html Css Color HEX #4075C5 Steel Blue

📋 copy color: '#4075C5'

red 64 ◦ green 117 ◦ blue 197

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

Shades of Steel Blue #4075C5

Tints of Steel Blue #4075C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 52.12%

R = 16.93%
G = 30.95%
B = 52.12%

CMYK

 C value IS 0.68

 M value IS 0.41

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#4075C5 (or 0x4075C5) is known color: Steel Blue. HEX triplet: 40, 75 and C5. RGB value is (64,117,197). Sum of RGB (Red+Green+Blue) = 64+117+197=378 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.93% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 197 (77.34% from 255 or 52.12% from 378); Max value from RGB is 197 - color contains mainly: blue. Hex color #4075C5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4075C5 is #BF8A3A. Grayscale: #6D6D6D. Windows color (decimal): -12552763 or 12940608. OLE color: 12940608.

HSL color Cylindrical-coordinate representation of color #4075C5: hue angle of 216.09º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4075C5 is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 64 117 197 -
CMYK 0.68 0.41 0 0.23
HSL 216.09º 0.53% 0.51% -
HSV(B) 216.09º 0.68% 0.77% -
XYZ 18.55 17.84 55.29 -
YUV 110.27 176.94 95 -
System Red Green Blue C M Y K H S L
Decimal 64 117 197 0.68 0.41 0 0.23 216.09 0.53 0.51
Hex 40 75 C5 44 29 0 17 D8 35 33
Octal 100 165 305 104 51 0 27 330 65 63
Binary 1000000 1110101 11000101 1000100 101001 0 10111 11011000 110101 110011

Color Harmonies of #4075C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4075C5

Black with #4075C5

Text Example


Text Example

White with #4075C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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