Html Css Color HEX #467FC0 Steel Blue

📋 copy color: '#467FC0'

red 70 ◦ green 127 ◦ blue 192

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

Shades of Steel Blue #467FC0

Tints of Steel Blue #467FC0

RGB

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

 GREEN value IS 127 (50% from 255) = 32.65%

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

R = 17.99%
G = 32.65%
B = 49.36%

CMYK

 C value IS 0.64

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#467FC0 (or 0x467FC0) is known color: Steel Blue. HEX triplet: 46, 7F and C0. RGB value is (70,127,192). Sum of RGB (Red+Green+Blue) = 70+127+192=389 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.99% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 192 (75.39% from 255 or 49.36% from 389); Max value from RGB is 192 - color contains mainly: blue. Hex color #467FC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467FC0 is #B9803F. Grayscale: #757575. Windows color (decimal): -12156992 or 12615494. OLE color: 12615494.

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

Color convert

RGB 70 127 192 -
CMYK 0.64 0.34 0 0.25
HSL 211.97º 0.49% 0.51% -
HSV(B) 211.97º 0.64% 0.75% -
XYZ 19.63 20.29 52.75 -
YUV 117.37 170.12 94.21 -
System Red Green Blue C M Y K H S L
Decimal 70 127 192 0.64 0.34 0 0.25 211.97 0.49 0.51
Hex 46 7F C0 40 22 0 19 D4 31 33
Octal 106 177 300 100 42 0 31 324 61 63
Binary 1000110 1111111 11000000 1000000 100010 0 11001 11010100 110001 110011

Color Harmonies of #467FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467FC0

Black with #467FC0

Text Example


Text Example

White with #467FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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