Html Css Color HEX #467AA4 Steel Blue

📋 copy color: '#467AA4'

red 70 ◦ green 122 ◦ blue 164

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

Shades of Steel Blue #467AA4

Tints of Steel Blue #467AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 46.07%

R = 19.66%
G = 34.27%
B = 46.07%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#467AA4 (or 0x467AA4) is known color: Steel Blue. HEX triplet: 46, 7A and A4. RGB value is (70,122,164). Sum of RGB (Red+Green+Blue) = 70+122+164=356 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.66% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 164 (64.45% from 255 or 46.07% from 356); Max value from RGB is 164 - color contains mainly: blue. Hex color #467AA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467AA4 is #B9855B. Grayscale: #6F6F6F. Windows color (decimal): -12158300 or 10779206. OLE color: 10779206.

HSL color Cylindrical-coordinate representation of color #467AA4: hue angle of 206.81º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #467AA4 is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 70 122 164 -
CMYK 0.57 0.26 0 0.36
HSL 206.81º 0.4% 0.46% -
HSV(B) 206.81º 0.57% 0.64% -
XYZ 16.19 17.9 37.72 -
YUV 111.24 157.77 98.58 -
System Red Green Blue C M Y K H S L
Decimal 70 122 164 0.57 0.26 0 0.36 206.81 0.4 0.46
Hex 46 7A A4 39 1A 0 24 CF 28 2E
Octal 106 172 244 71 32 0 44 317 50 56
Binary 1000110 1111010 10100100 111001 11010 0 100100 11001111 101000 101110

Color Harmonies of #467AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467AA4

Black with #467AA4

Text Example


Text Example

White with #467AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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