Html Css Color HEX #467EBB Steel Blue

📋 copy color: '#467EBB'

red 70 ◦ green 126 ◦ blue 187

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

Shades of Steel Blue #467EBB

Tints of Steel Blue #467EBB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.9%

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

R = 18.28%
G = 32.9%
B = 48.83%

CMYK

 C value IS 0.63

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#467EBB (or 0x467EBB) is known color: Steel Blue. HEX triplet: 46, 7E and BB. RGB value is (70,126,187). Sum of RGB (Red+Green+Blue) = 70+126+187=383 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.28% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #467EBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467EBB is #B98144. Grayscale: #737373. Windows color (decimal): -12157253 or 12287558. OLE color: 12287558.

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

Color convert

RGB 70 126 187 -
CMYK 0.63 0.33 0 0.27
HSL 211.28º 0.46% 0.5% -
HSV(B) 211.28º 0.63% 0.73% -
XYZ 18.96 19.81 49.84 -
YUV 116.21 167.95 95.04 -
System Red Green Blue C M Y K H S L
Decimal 70 126 187 0.63 0.33 0 0.27 211.28 0.46 0.5
Hex 46 7E BB 3F 21 0 1B D3 2E 32
Octal 106 176 273 77 41 0 33 323 56 62
Binary 1000110 1111110 10111011 111111 100001 0 11011 11010011 101110 110010

Color Harmonies of #467EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467EBB

Black with #467EBB

Text Example


Text Example

White with #467EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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