Html Css Color HEX #467BBB Steel Blue

📋 copy color: '#467BBB'

red 70 ◦ green 123 ◦ blue 187

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

Shades of Steel Blue #467BBB

Tints of Steel Blue #467BBB

RGB

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

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

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

R = 18.42%
G = 32.37%
B = 49.21%

CMYK

 C value IS 0.63

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#467BBB (or 0x467BBB) is known color: Steel Blue. HEX triplet: 46, 7B and BB. RGB value is (70,123,187). Sum of RGB (Red+Green+Blue) = 70+123+187=380 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.42% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #467BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467BBB is #B98444. Grayscale: #727272. Windows color (decimal): -12158021 or 12286790. OLE color: 12286790.

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

Color convert

RGB 70 123 187 -
CMYK 0.63 0.34 0 0.27
HSL 212.82º 0.46% 0.5% -
HSV(B) 212.82º 0.63% 0.73% -
XYZ 18.58 19.06 49.71 -
YUV 114.45 168.94 96.3 -
System Red Green Blue C M Y K H S L
Decimal 70 123 187 0.63 0.34 0 0.27 212.82 0.46 0.5
Hex 46 7B BB 3F 22 0 1B D5 2E 32
Octal 106 173 273 77 42 0 33 325 56 62
Binary 1000110 1111011 10111011 111111 100010 0 11011 11010101 101110 110010

Color Harmonies of #467BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467BBB

Black with #467BBB

Text Example


Text Example

White with #467BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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