Html Css Color HEX #467FBB Steel Blue

📋 copy color: '#467FBB'

red 70 ◦ green 127 ◦ blue 187

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

Shades of Steel Blue #467FBB

Tints of Steel Blue #467FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.7%

R = 18.23%
G = 33.07%
B = 48.7%

CMYK

 C value IS 0.63

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#467FBB (or 0x467FBB) is known color: Steel Blue. HEX triplet: 46, 7F and BB. RGB value is (70,127,187). Sum of RGB (Red+Green+Blue) = 70+127+187=384 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.23% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #467FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467FBB is #B98044. Grayscale: #747474. Windows color (decimal): -12156997 or 12287814. OLE color: 12287814.

HSL color Cylindrical-coordinate representation of color #467FBB: hue angle of 210.77º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #467FBB is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 70 127 187 -
CMYK 0.63 0.32 0 0.27
HSL 210.77º 0.46% 0.5% -
HSV(B) 210.77º 0.63% 0.73% -
XYZ 19.08 20.07 49.88 -
YUV 116.8 167.62 94.62 -
System Red Green Blue C M Y K H S L
Decimal 70 127 187 0.63 0.32 0 0.27 210.77 0.46 0.5
Hex 46 7F BB 3F 20 0 1B D3 2E 32
Octal 106 177 273 77 40 0 33 323 56 62
Binary 1000110 1111111 10111011 111111 100000 0 11011 11010011 101110 110010

Color Harmonies of #467FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467FBB

Black with #467FBB

Text Example


Text Example

White with #467FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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