Html Css Color HEX #467DB3 Steel Blue

📋 copy color: '#467DB3'

red 70 ◦ green 125 ◦ blue 179

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

Shades of Steel Blue #467DB3

Tints of Steel Blue #467DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 47.86%

R = 18.72%
G = 33.42%
B = 47.86%

CMYK

 C value IS 0.61

 M value IS 0.30

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#467DB3 (or 0x467DB3) is known color: Steel Blue. HEX triplet: 46, 7D and B3. RGB value is (70,125,179). Sum of RGB (Red+Green+Blue) = 70+125+179=374 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.72% from 374); Green value is 125 (49.22% from 255 or 33.42% from 374); Blue value is 179 (70.31% from 255 or 47.86% from 374); Max value from RGB is 179 - color contains mainly: blue. Hex color #467DB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467DB3 is #B9824C. Grayscale: #727272. Windows color (decimal): -12157517 or 11763014. OLE color: 11763014.

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

Color convert

RGB 70 125 179 -
CMYK 0.61 0.30 0 0.30
HSL 209.72º 0.44% 0.49% -
HSV(B) 209.72º 0.61% 0.7% -
XYZ 18 19.22 45.41 -
YUV 114.71 164.28 96.11 -
System Red Green Blue C M Y K H S L
Decimal 70 125 179 0.61 0.30 0 0.30 209.72 0.44 0.49
Hex 46 7D B3 3D 1E 0 1E D2 2C 31
Octal 106 175 263 75 36 0 36 322 54 61
Binary 1000110 1111101 10110011 111101 11110 0 11110 11010010 101100 110001

Color Harmonies of #467DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467DB3

Black with #467DB3

Text Example


Text Example

White with #467DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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