Html Css Color HEX #467FBF Steel Blue

📋 copy color: '#467FBF'

red 70 ◦ green 127 ◦ blue 191

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

Shades of Steel Blue #467FBF

Tints of Steel Blue #467FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.23%

R = 18.04%
G = 32.73%
B = 49.23%

CMYK

 C value IS 0.63

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#467FBF (or 0x467FBF) is known color: Steel Blue. HEX triplet: 46, 7F and BF. RGB value is (70,127,191). Sum of RGB (Red+Green+Blue) = 70+127+191=388 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.04% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: blue. Hex color #467FBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467FBF is #B98040. Grayscale: #747474. Windows color (decimal): -12156993 or 12549958. OLE color: 12549958.

HSL color Cylindrical-coordinate representation of color #467FBF: hue angle of 211.74º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #467FBF is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 70 127 191 -
CMYK 0.63 0.34 0 0.25
HSL 211.74º 0.49% 0.51% -
HSV(B) 211.74º 0.63% 0.75% -
XYZ 19.52 20.24 52.17 -
YUV 117.25 169.62 94.3 -
System Red Green Blue C M Y K H S L
Decimal 70 127 191 0.63 0.34 0 0.25 211.74 0.49 0.51
Hex 46 7F BF 3F 22 0 19 D4 31 33
Octal 106 177 277 77 42 0 31 324 61 63
Binary 1000110 1111111 10111111 111111 100010 0 11001 11010100 110001 110011

Color Harmonies of #467FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467FBF

Black with #467FBF

Text Example


Text Example

White with #467FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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