Html Css Color HEX #467EB7 Steel Blue

📋 copy color: '#467EB7'

red 70 ◦ green 126 ◦ blue 183

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

Shades of Steel Blue #467EB7

Tints of Steel Blue #467EB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 48.28%

R = 18.47%
G = 33.25%
B = 48.28%

CMYK

 C value IS 0.62

 M value IS 0.31

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#467EB7 (or 0x467EB7) is known color: Steel Blue. HEX triplet: 46, 7E and B7. RGB value is (70,126,183). Sum of RGB (Red+Green+Blue) = 70+126+183=379 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.47% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 183 (71.88% from 255 or 48.28% from 379); Max value from RGB is 183 - color contains mainly: blue. Hex color #467EB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467EB7 is #B98148. Grayscale: #737373. Windows color (decimal): -12157257 or 12025414. OLE color: 12025414.

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

Color convert

RGB 70 126 183 -
CMYK 0.62 0.31 0 0.28
HSL 210.27º 0.45% 0.5% -
HSV(B) 210.27º 0.62% 0.72% -
XYZ 18.53 19.64 47.61 -
YUV 115.75 165.95 95.37 -
System Red Green Blue C M Y K H S L
Decimal 70 126 183 0.62 0.31 0 0.28 210.27 0.45 0.5
Hex 46 7E B7 3E 1F 0 1C D2 2D 32
Octal 106 176 267 76 37 0 34 322 55 62
Binary 1000110 1111110 10110111 111110 11111 0 11100 11010010 101101 110010

Color Harmonies of #467EB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467EB7

Black with #467EB7

Text Example


Text Example

White with #467EB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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