Html Css Color HEX #467BC0 Steel Blue

📋 copy color: '#467BC0'

red 70 ◦ green 123 ◦ blue 192

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

Shades of Steel Blue #467BC0

Tints of Steel Blue #467BC0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.95%

 BLUE value IS 192 (75.39% from 255) = 49.87%

R = 18.18%
G = 31.95%
B = 49.87%

CMYK

 C value IS 0.64

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#467BC0 (or 0x467BC0) is known color: Steel Blue. HEX triplet: 46, 7B and C0. RGB value is (70,123,192). Sum of RGB (Red+Green+Blue) = 70+123+192=385 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.18% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 192 (75.39% from 255 or 49.87% from 385); Max value from RGB is 192 - color contains mainly: blue. Hex color #467BC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467BC0 is #B9843F. Grayscale: #727272. Windows color (decimal): -12158016 or 12614470. OLE color: 12614470.

HSL color Cylindrical-coordinate representation of color #467BC0: hue angle of 213.93º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #467BC0 is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 70 123 192 -
CMYK 0.64 0.36 0 0.25
HSL 213.93º 0.49% 0.51% -
HSV(B) 213.93º 0.64% 0.75% -
XYZ 19.12 19.27 52.58 -
YUV 115.02 171.44 95.89 -
System Red Green Blue C M Y K H S L
Decimal 70 123 192 0.64 0.36 0 0.25 213.93 0.49 0.51
Hex 46 7B C0 40 24 0 19 D6 31 33
Octal 106 173 300 100 44 0 31 326 61 63
Binary 1000110 1111011 11000000 1000000 100100 0 11001 11010110 110001 110011

Color Harmonies of #467BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467BC0

Black with #467BC0

Text Example


Text Example

White with #467BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,123,192); }

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

background-color css

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

 a { background-color: rgb(70,123,192); }

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

border-color css

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

 span { border-color: rgb(70,123,192); }

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