Html Css Color HEX #467FB9 Steel Blue

📋 copy color: '#467FB9'

red 70 ◦ green 127 ◦ blue 185

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

Shades of Steel Blue #467FB9

Tints of Steel Blue #467FB9

RGB

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

 GREEN value IS 127 (50% from 255) = 33.25%

 BLUE value IS 185 (72.66% from 255) = 48.43%

R = 18.32%
G = 33.25%
B = 48.43%

CMYK

 C value IS 0.62

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#467FB9 (or 0x467FB9) is known color: Steel Blue. HEX triplet: 46, 7F and B9. RGB value is (70,127,185). Sum of RGB (Red+Green+Blue) = 70+127+185=382 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.32% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 185 (72.66% from 255 or 48.43% from 382); Max value from RGB is 185 - color contains mainly: blue. Hex color #467FB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467FB9 is #B98046. Grayscale: #747474. Windows color (decimal): -12156999 or 12156742. OLE color: 12156742.

HSL color Cylindrical-coordinate representation of color #467FB9: hue angle of 210.26º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #467FB9 is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 70 127 185 -
CMYK 0.62 0.31 0 0.27
HSL 210.26º 0.45% 0.5% -
HSV(B) 210.26º 0.62% 0.73% -
XYZ 18.87 19.98 48.76 -
YUV 116.57 166.62 94.78 -
System Red Green Blue C M Y K H S L
Decimal 70 127 185 0.62 0.31 0 0.27 210.26 0.45 0.5
Hex 46 7F B9 3E 1F 0 1B D2 2D 32
Octal 106 177 271 76 37 0 33 322 55 62
Binary 1000110 1111111 10111001 111110 11111 0 11011 11010010 101101 110010

Color Harmonies of #467FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467FB9

Black with #467FB9

Text Example


Text Example

White with #467FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,127,185); }

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

background-color css

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

 a { background-color: rgb(70,127,185); }

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

border-color css

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

 span { border-color: rgb(70,127,185); }

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