Html Css Color HEX #467DC1 Steel Blue

📋 copy color: '#467DC1'

red 70 ◦ green 125 ◦ blue 193

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

Shades of Steel Blue #467DC1

Tints of Steel Blue #467DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 49.74%

R = 18.04%
G = 32.22%
B = 49.74%

CMYK

 C value IS 0.64

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#467DC1 (or 0x467DC1) is known color: Steel Blue. HEX triplet: 46, 7D and C1. RGB value is (70,125,193). Sum of RGB (Red+Green+Blue) = 70+125+193=388 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.04% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 193 (75.78% from 255 or 49.74% from 388); Max value from RGB is 193 - color contains mainly: blue. Hex color #467DC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467DC1 is #B9823E. Grayscale: #737373. Windows color (decimal): -12157503 or 12680518. OLE color: 12680518.

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

Color convert

RGB 70 125 193 -
CMYK 0.64 0.35 0 0.24
HSL 213.17º 0.5% 0.52% -
HSV(B) 213.17º 0.64% 0.76% -
XYZ 19.49 19.82 53.25 -
YUV 116.31 171.28 94.97 -
System Red Green Blue C M Y K H S L
Decimal 70 125 193 0.64 0.35 0 0.24 213.17 0.5 0.52
Hex 46 7D C1 40 23 0 18 D5 32 34
Octal 106 175 301 100 43 0 30 325 62 64
Binary 1000110 1111101 11000001 1000000 100011 0 11000 11010101 110010 110100

Color Harmonies of #467DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467DC1

Black with #467DC1

Text Example


Text Example

White with #467DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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