Html Css Color HEX #467DA4 Steel Blue

📋 copy color: '#467DA4'

red 70 ◦ green 125 ◦ blue 164

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

Shades of Steel Blue #467DA4

Tints of Steel Blue #467DA4

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.82%

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

R = 19.5%
G = 34.82%
B = 45.68%

CMYK

 C value IS 0.57

 M value IS 0.24

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#467DA4 (or 0x467DA4) is known color: Steel Blue. HEX triplet: 46, 7D and A4. RGB value is (70,125,164). Sum of RGB (Red+Green+Blue) = 70+125+164=359 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.50% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 164 (64.45% from 255 or 45.68% from 359); Max value from RGB is 164 - color contains mainly: blue. Hex color #467DA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467DA4 is #B9825B. Grayscale: #707070. Windows color (decimal): -12157532 or 10779974. OLE color: 10779974.

HSL color Cylindrical-coordinate representation of color #467DA4: hue angle of 204.89º 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 #467DA4 is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 70 125 164 -
CMYK 0.57 0.24 0 0.36
HSL 204.89º 0.4% 0.46% -
HSV(B) 204.89º 0.57% 0.64% -
XYZ 16.56 18.65 37.85 -
YUV 113 156.78 97.33 -
System Red Green Blue C M Y K H S L
Decimal 70 125 164 0.57 0.24 0 0.36 204.89 0.4 0.46
Hex 46 7D A4 39 18 0 24 CD 28 2E
Octal 106 175 244 71 30 0 44 315 50 56
Binary 1000110 1111101 10100100 111001 11000 0 100100 11001101 101000 101110

Color Harmonies of #467DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467DA4

Black with #467DA4

Text Example


Text Example

White with #467DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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