Html Css Color HEX #467DB5 Steel Blue

📋 copy color: '#467DB5'

red 70 ◦ green 125 ◦ blue 181

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

Shades of Steel Blue #467DB5

Tints of Steel Blue #467DB5

RGB

 RED value IS 70 (27.73% from 255) = 18.62%

 GREEN value IS 125 (49.22% from 255) = 33.24%

 BLUE value IS 181 (71.09% from 255) = 48.14%

R = 18.62%
G = 33.24%
B = 48.14%

CMYK

 C value IS 0.61

 M value IS 0.31

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#467DB5 (or 0x467DB5) is known color: Steel Blue. HEX triplet: 46, 7D and B5. RGB value is (70,125,181). Sum of RGB (Red+Green+Blue) = 70+125+181=376 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.62% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 181 (71.09% from 255 or 48.14% from 376); Max value from RGB is 181 - color contains mainly: blue. Hex color #467DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467DB5 is #B9824A. Grayscale: #727272. Windows color (decimal): -12157515 or 11894086. OLE color: 11894086.

HSL color Cylindrical-coordinate representation of color #467DB5: hue angle of 210.27º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #467DB5 is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 70 125 181 -
CMYK 0.61 0.31 0 0.29
HSL 210.27º 0.44% 0.49% -
HSV(B) 210.27º 0.61% 0.71% -
XYZ 18.2 19.31 46.48 -
YUV 114.94 165.28 95.95 -
System Red Green Blue C M Y K H S L
Decimal 70 125 181 0.61 0.31 0 0.29 210.27 0.44 0.49
Hex 46 7D B5 3D 1F 0 1D D2 2C 31
Octal 106 175 265 75 37 0 35 322 54 61
Binary 1000110 1111101 10110101 111101 11111 0 11101 11010010 101100 110001

Color Harmonies of #467DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467DB5

Black with #467DB5

Text Example


Text Example

White with #467DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467DB5; }

 p { color: rgb(70,125,181); }

 H1.HeaderClassName
 {
   color: #467DB5;
 }
 .AnyTagClassName
 {
   color: #467DB5;
 }
</style>

background-color css

<style>
 a { background-color: #467DB5; }

 a { background-color: rgb(70,125,181); }

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

border-color css

<style>
 span { border-color: #467DB5; }

 span { border-color: rgb(70,125,181); }

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