Html Css Color HEX #467EB3 Steel Blue

📋 copy color: '#467EB3'

red 70 ◦ green 126 ◦ blue 179

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

Shades of Steel Blue #467EB3

Tints of Steel Blue #467EB3

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.6%

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

R = 18.67%
G = 33.6%
B = 47.73%

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

#467EB3 (or 0x467EB3) is known color: Steel Blue. HEX triplet: 46, 7E and B3. RGB value is (70,126,179). Sum of RGB (Red+Green+Blue) = 70+126+179=375 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.67% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 179 (70.31% from 255 or 47.73% from 375); Max value from RGB is 179 - color contains mainly: blue. Hex color #467EB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467EB3 is #B9814C. Grayscale: #737373. Windows color (decimal): -12157261 or 11763270. OLE color: 11763270.

HSL color Cylindrical-coordinate representation of color #467EB3: hue angle of 209.17º 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 #467EB3 is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 70 126 179 -
CMYK 0.61 0.30 0 0.30
HSL 209.17º 0.44% 0.49% -
HSV(B) 209.17º 0.61% 0.7% -
XYZ 18.12 19.48 45.45 -
YUV 115.3 163.95 95.69 -
System Red Green Blue C M Y K H S L
Decimal 70 126 179 0.61 0.30 0 0.30 209.17 0.44 0.49
Hex 46 7E B3 3D 1E 0 1E D1 2C 31
Octal 106 176 263 75 36 0 36 321 54 61
Binary 1000110 1111110 10110011 111101 11110 0 11110 11010001 101100 110001

Color Harmonies of #467EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467EB3

Black with #467EB3

Text Example


Text Example

White with #467EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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