Html Css Color HEX #467FC3 Steel Blue

📋 copy color: '#467FC3'

red 70 ◦ green 127 ◦ blue 195

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

Shades of Steel Blue #467FC3

Tints of Steel Blue #467FC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 49.74%

R = 17.86%
G = 32.4%
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

#467FC3 (or 0x467FC3) is known color: Steel Blue. HEX triplet: 46, 7F and C3. RGB value is (70,127,195). Sum of RGB (Red+Green+Blue) = 70+127+195=392 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.86% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 195 (76.56% from 255 or 49.74% from 392); Max value from RGB is 195 - color contains mainly: blue. Hex color #467FC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467FC3 is #B9803C. Grayscale: #757575. Windows color (decimal): -12156989 or 12812102. OLE color: 12812102.

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

Color convert

RGB 70 127 195 -
CMYK 0.64 0.35 0 0.24
HSL 212.64º 0.51% 0.52% -
HSV(B) 212.64º 0.64% 0.76% -
XYZ 19.97 20.42 54.52 -
YUV 117.71 171.62 93.97 -
System Red Green Blue C M Y K H S L
Decimal 70 127 195 0.64 0.35 0 0.24 212.64 0.51 0.52
Hex 46 7F C3 40 23 0 18 D5 33 34
Octal 106 177 303 100 43 0 30 325 63 64
Binary 1000110 1111111 11000011 1000000 100011 0 11000 11010101 110011 110100

Color Harmonies of #467FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467FC3

Black with #467FC3

Text Example


Text Example

White with #467FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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