Html Css Color HEX #467ABA Steel Blue

📋 copy color: '#467ABA'

red 70 ◦ green 122 ◦ blue 186

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

Shades of Steel Blue #467ABA

Tints of Steel Blue #467ABA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.28%

 BLUE value IS 186 (73.05% from 255) = 49.21%

R = 18.52%
G = 32.28%
B = 49.21%

CMYK

 C value IS 0.62

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#467ABA (or 0x467ABA) is known color: Steel Blue. HEX triplet: 46, 7A and BA. RGB value is (70,122,186). Sum of RGB (Red+Green+Blue) = 70+122+186=378 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.52% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #467ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467ABA is #B98545. Grayscale: #717171. Windows color (decimal): -12158278 or 12220998. OLE color: 12220998.

HSL color Cylindrical-coordinate representation of color #467ABA: hue angle of 213.1º degrees, saturation: 0.46, 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 #467ABA is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 70 122 186 -
CMYK 0.62 0.34 0 0.27
HSL 213.1º 0.46% 0.5% -
HSV(B) 213.1º 0.62% 0.73% -
XYZ 18.35 18.77 49.11 -
YUV 113.75 168.77 96.8 -
System Red Green Blue C M Y K H S L
Decimal 70 122 186 0.62 0.34 0 0.27 213.1 0.46 0.5
Hex 46 7A BA 3E 22 0 1B D5 2E 32
Octal 106 172 272 76 42 0 33 325 56 62
Binary 1000110 1111010 10111010 111110 100010 0 11011 11010101 101110 110010

Color Harmonies of #467ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467ABA

Black with #467ABA

Text Example


Text Example

White with #467ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,122,186); }

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

background-color css

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

 a { background-color: rgb(70,122,186); }

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

border-color css

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

 span { border-color: rgb(70,122,186); }

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