Html Css Color HEX #467DA3 Steel Blue

📋 copy color: '#467DA3'

red 70 ◦ green 125 ◦ blue 163

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

Shades of Steel Blue #467DA3

Tints of Steel Blue #467DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 45.53%

R = 19.55%
G = 34.92%
B = 45.53%

CMYK

 C value IS 0.57

 M value IS 0.23

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#467DA3 (or 0x467DA3) is known color: Steel Blue. HEX triplet: 46, 7D and A3. RGB value is (70,125,163). Sum of RGB (Red+Green+Blue) = 70+125+163=358 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.55% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 163 (64.06% from 255 or 45.53% from 358); Max value from RGB is 163 - color contains mainly: blue. Hex color #467DA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467DA3 is #B9825C. Grayscale: #707070. Windows color (decimal): -12157533 or 10714438. OLE color: 10714438.

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

Color convert

RGB 70 125 163 -
CMYK 0.57 0.23 0 0.36
HSL 204.52º 0.4% 0.46% -
HSV(B) 204.52º 0.57% 0.64% -
XYZ 16.47 18.61 37.38 -
YUV 112.89 156.28 97.41 -
System Red Green Blue C M Y K H S L
Decimal 70 125 163 0.57 0.23 0 0.36 204.52 0.4 0.46
Hex 46 7D A3 39 17 0 24 CD 28 2E
Octal 106 175 243 71 27 0 44 315 50 56
Binary 1000110 1111101 10100011 111001 10111 0 100100 11001101 101000 101110

Color Harmonies of #467DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467DA3

Black with #467DA3

Text Example


Text Example

White with #467DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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