Html Css Color HEX #467BBF Steel Blue

📋 copy color: '#467BBF'

red 70 ◦ green 123 ◦ blue 191

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

Shades of Steel Blue #467BBF

Tints of Steel Blue #467BBF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.03%

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

R = 18.23%
G = 32.03%
B = 49.74%

CMYK

 C value IS 0.63

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#467BBF (or 0x467BBF) is known color: Steel Blue. HEX triplet: 46, 7B and BF. RGB value is (70,123,191). Sum of RGB (Red+Green+Blue) = 70+123+191=384 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.23% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 191 (75% from 255 or 49.74% from 384); Max value from RGB is 191 - color contains mainly: blue. Hex color #467BBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467BBF is #B98440. Grayscale: #727272. Windows color (decimal): -12158017 or 12548934. OLE color: 12548934.

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

Color convert

RGB 70 123 191 -
CMYK 0.63 0.36 0 0.25
HSL 213.72º 0.49% 0.51% -
HSV(B) 213.72º 0.63% 0.75% -
XYZ 19.01 19.23 52 -
YUV 114.91 170.94 95.97 -
System Red Green Blue C M Y K H S L
Decimal 70 123 191 0.63 0.36 0 0.25 213.72 0.49 0.51
Hex 46 7B BF 3F 24 0 19 D6 31 33
Octal 106 173 277 77 44 0 31 326 61 63
Binary 1000110 1111011 10111111 111111 100100 0 11001 11010110 110001 110011

Color Harmonies of #467BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467BBF

Black with #467BBF

Text Example


Text Example

White with #467BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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