Html Css Color HEX #4273B6 Steel Blue

📋 copy color: '#4273B6'

red 66 ◦ green 115 ◦ blue 182

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

Shades of Steel Blue #4273B6

Tints of Steel Blue #4273B6

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.68%

 BLUE value IS 182 (71.48% from 255) = 50.14%

R = 18.18%
G = 31.68%
B = 50.14%

CMYK

 C value IS 0.64

 M value IS 0.37

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4273B6 (or 0x4273B6) is known color: Steel Blue. HEX triplet: 42, 73 and B6. RGB value is (66,115,182). Sum of RGB (Red+Green+Blue) = 66+115+182=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 182 (71.48% from 255 or 50.14% from 363); Max value from RGB is 182 - color contains mainly: blue. Hex color #4273B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4273B6 is #BD8C49. Grayscale: #6B6B6B. Windows color (decimal): -12422218 or 11957058. OLE color: 11957058.

HSL color Cylindrical-coordinate representation of color #4273B6: hue angle of 214.66º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4273B6 is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 66 115 182 -
CMYK 0.64 0.37 0 0.29
HSL 214.66º 0.47% 0.49% -
HSV(B) 214.66º 0.64% 0.71% -
XYZ 16.82 16.8 46.61 -
YUV 107.99 169.77 98.05 -
System Red Green Blue C M Y K H S L
Decimal 66 115 182 0.64 0.37 0 0.29 214.66 0.47 0.49
Hex 42 73 B6 40 25 0 1D D7 2F 31
Octal 102 163 266 100 45 0 35 327 57 61
Binary 1000010 1110011 10110110 1000000 100101 0 11101 11010111 101111 110001

Color Harmonies of #4273B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4273B6

Black with #4273B6

Text Example


Text Example

White with #4273B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4273B6; }

 p { color: rgb(66,115,182); }

 H1.HeaderClassName
 {
   color: #4273B6;
 }
 .AnyTagClassName
 {
   color: #4273B6;
 }
</style>

background-color css

<style>
 a { background-color: #4273B6; }

 a { background-color: rgb(66,115,182); }

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

border-color css

<style>
 span { border-color: #4273B6; }

 span { border-color: rgb(66,115,182); }

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