Html Css Color HEX #467CC2 Steel Blue

📋 copy color: '#467CC2'

red 70 ◦ green 124 ◦ blue 194

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

Shades of Steel Blue #467CC2

Tints of Steel Blue #467CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 50%

R = 18.04%
G = 31.96%
B = 50%

CMYK

 C value IS 0.64

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#467CC2 (or 0x467CC2) is known color: Steel Blue. HEX triplet: 46, 7C and C2. RGB value is (70,124,194). Sum of RGB (Red+Green+Blue) = 70+124+194=388 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.04% from 388); Green value is 124 (48.83% from 255 or 31.96% from 388); Blue value is 194 (76.17% from 255 or 50% from 388); Max value from RGB is 194 - color contains mainly: blue. Hex color #467CC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467CC2 is #B9833D. Grayscale: #737373. Windows color (decimal): -12157758 or 12745798. OLE color: 12745798.

HSL color Cylindrical-coordinate representation of color #467CC2: hue angle of 213.87º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #467CC2 is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 70 124 194 -
CMYK 0.64 0.36 0 0.24
HSL 213.87º 0.5% 0.52% -
HSV(B) 213.87º 0.64% 0.76% -
XYZ 19.47 19.61 53.8 -
YUV 115.83 172.11 95.31 -
System Red Green Blue C M Y K H S L
Decimal 70 124 194 0.64 0.36 0 0.24 213.87 0.5 0.52
Hex 46 7C C2 40 24 0 18 D6 32 34
Octal 106 174 302 100 44 0 30 326 62 64
Binary 1000110 1111100 11000010 1000000 100100 0 11000 11010110 110010 110100

Color Harmonies of #467CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467CC2

Black with #467CC2

Text Example


Text Example

White with #467CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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