Html Css Color HEX #467DBB Steel Blue

📋 copy color: '#467DBB'

red 70 ◦ green 125 ◦ blue 187

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

Shades of Steel Blue #467DBB

Tints of Steel Blue #467DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.95%

R = 18.32%
G = 32.72%
B = 48.95%

CMYK

 C value IS 0.63

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#467DBB (or 0x467DBB) is known color: Steel Blue. HEX triplet: 46, 7D and BB. RGB value is (70,125,187). Sum of RGB (Red+Green+Blue) = 70+125+187=382 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.32% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #467DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467DBB is #B98244. Grayscale: #737373. Windows color (decimal): -12157509 or 12287302. OLE color: 12287302.

HSL color Cylindrical-coordinate representation of color #467DBB: hue angle of 211.79º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #467DBB is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 70 125 187 -
CMYK 0.63 0.33 0 0.27
HSL 211.79º 0.46% 0.5% -
HSV(B) 211.79º 0.63% 0.73% -
XYZ 18.83 19.56 49.8 -
YUV 115.62 168.28 95.46 -
System Red Green Blue C M Y K H S L
Decimal 70 125 187 0.63 0.33 0 0.27 211.79 0.46 0.5
Hex 46 7D BB 3F 21 0 1B D4 2E 32
Octal 106 175 273 77 41 0 33 324 56 62
Binary 1000110 1111101 10111011 111111 100001 0 11011 11010100 101110 110010

Color Harmonies of #467DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467DBB

Black with #467DBB

Text Example


Text Example

White with #467DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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