Html Css Color HEX #4275AC Steel Blue

📋 copy color: '#4275AC'

red 66 ◦ green 117 ◦ blue 172

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

Shades of Steel Blue #4275AC

Tints of Steel Blue #4275AC

RGB

 RED value IS 66 (26.17% from 255) = 18.59%

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

 BLUE value IS 172 (67.58% from 255) = 48.45%

R = 18.59%
G = 32.96%
B = 48.45%

CMYK

 C value IS 0.62

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4275AC (or 0x4275AC) is known color: Steel Blue. HEX triplet: 42, 75 and AC. RGB value is (66,117,172). Sum of RGB (Red+Green+Blue) = 66+117+172=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #4275AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4275AC is #BD8A53. Grayscale: #6B6B6B. Windows color (decimal): -12421716 or 11302210. OLE color: 11302210.

HSL color Cylindrical-coordinate representation of color #4275AC: hue angle of 211.13º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4275AC is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 117 172 -
CMYK 0.62 0.32 0 0.33
HSL 211.13º 0.45% 0.47% -
HSV(B) 211.13º 0.62% 0.67% -
XYZ 16.05 16.86 41.44 -
YUV 108.02 164.1 98.03 -
System Red Green Blue C M Y K H S L
Decimal 66 117 172 0.62 0.32 0 0.33 211.13 0.45 0.47
Hex 42 75 AC 3E 20 0 21 D3 2D 2F
Octal 102 165 254 76 40 0 41 323 55 57
Binary 1000010 1110101 10101100 111110 100000 0 100001 11010011 101101 101111

Color Harmonies of #4275AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4275AC

Black with #4275AC

Text Example


Text Example

White with #4275AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4275AC; }

 p { color: rgb(66,117,172); }

 H1.HeaderClassName
 {
   color: #4275AC;
 }
 .AnyTagClassName
 {
   color: #4275AC;
 }
</style>

background-color css

<style>
 a { background-color: #4275AC; }

 a { background-color: rgb(66,117,172); }

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

border-color css

<style>
 span { border-color: #4275AC; }

 span { border-color: rgb(66,117,172); }

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