Html Css Color HEX #467DB4 Steel Blue

📋 copy color: '#467DB4'

red 70 ◦ green 125 ◦ blue 180

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

Shades of Steel Blue #467DB4

Tints of Steel Blue #467DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 48%

R = 18.67%
G = 33.33%
B = 48%

CMYK

 C value IS 0.61

 M value IS 0.31

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#467DB4 (or 0x467DB4) is known color: Steel Blue. HEX triplet: 46, 7D and B4. RGB value is (70,125,180). Sum of RGB (Red+Green+Blue) = 70+125+180=375 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.67% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 180 (70.70% from 255 or 48% from 375); Max value from RGB is 180 - color contains mainly: blue. Hex color #467DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467DB4 is #B9824B. Grayscale: #727272. Windows color (decimal): -12157516 or 11828550. OLE color: 11828550.

HSL color Cylindrical-coordinate representation of color #467DB4: hue angle of 210º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #467DB4 is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 70 125 180 -
CMYK 0.61 0.31 0 0.29
HSL 210º 0.44% 0.49% -
HSV(B) 210º 0.61% 0.71% -
XYZ 18.1 19.26 45.94 -
YUV 114.83 164.78 96.03 -
System Red Green Blue C M Y K H S L
Decimal 70 125 180 0.61 0.31 0 0.29 210 0.44 0.49
Hex 46 7D B4 3D 1F 0 1D D2 2C 31
Octal 106 175 264 75 37 0 35 322 54 61
Binary 1000110 1111101 10110100 111101 11111 0 11101 11010010 101100 110001

Color Harmonies of #467DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467DB4

Black with #467DB4

Text Example


Text Example

White with #467DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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