Html Css Color HEX #467CC0 Steel Blue

📋 copy color: '#467CC0'

red 70 ◦ green 124 ◦ blue 192

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

Shades of Steel Blue #467CC0

Tints of Steel Blue #467CC0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.12%

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

R = 18.13%
G = 32.12%
B = 49.74%

CMYK

 C value IS 0.64

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#467CC0 (or 0x467CC0) is known color: Steel Blue. HEX triplet: 46, 7C and C0. RGB value is (70,124,192). Sum of RGB (Red+Green+Blue) = 70+124+192=386 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.13% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 192 (75.39% from 255 or 49.74% from 386); Max value from RGB is 192 - color contains mainly: blue. Hex color #467CC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467CC0 is #B9833F. Grayscale: #737373. Windows color (decimal): -12157760 or 12614726. OLE color: 12614726.

HSL color Cylindrical-coordinate representation of color #467CC0: hue angle of 213.44º 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 #467CC0 is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 70 124 192 -
CMYK 0.64 0.35 0 0.25
HSL 213.44º 0.49% 0.51% -
HSV(B) 213.44º 0.64% 0.75% -
XYZ 19.25 19.52 52.62 -
YUV 115.61 171.11 95.47 -
System Red Green Blue C M Y K H S L
Decimal 70 124 192 0.64 0.35 0 0.25 213.44 0.49 0.51
Hex 46 7C C0 40 23 0 19 D5 31 33
Octal 106 174 300 100 43 0 31 325 61 63
Binary 1000110 1111100 11000000 1000000 100011 0 11001 11010101 110001 110011

Color Harmonies of #467CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467CC0

Black with #467CC0

Text Example


Text Example

White with #467CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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