Html Css Color HEX #467CBC Steel Blue

📋 copy color: '#467CBC'

red 70 ◦ green 124 ◦ blue 188

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

Shades of Steel Blue #467CBC

Tints of Steel Blue #467CBC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.46%

 BLUE value IS 188 (73.83% from 255) = 49.21%

R = 18.32%
G = 32.46%
B = 49.21%

CMYK

 C value IS 0.63

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#467CBC (or 0x467CBC) is known color: Steel Blue. HEX triplet: 46, 7C and BC. RGB value is (70,124,188). Sum of RGB (Red+Green+Blue) = 70+124+188=382 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.32% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #467CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467CBC is #B98343. Grayscale: #727272. Windows color (decimal): -12157764 or 12352582. OLE color: 12352582.

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

Color convert

RGB 70 124 188 -
CMYK 0.63 0.34 0 0.26
HSL 212.54º 0.47% 0.51% -
HSV(B) 212.54º 0.63% 0.74% -
XYZ 18.81 19.35 50.32 -
YUV 115.15 169.11 95.8 -
System Red Green Blue C M Y K H S L
Decimal 70 124 188 0.63 0.34 0 0.26 212.54 0.47 0.51
Hex 46 7C BC 3F 22 0 1A D5 2F 33
Octal 106 174 274 77 42 0 32 325 57 63
Binary 1000110 1111100 10111100 111111 100010 0 11010 11010101 101111 110011

Color Harmonies of #467CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467CBC

Black with #467CBC

Text Example


Text Example

White with #467CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,124,188); }

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

background-color css

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

 a { background-color: rgb(70,124,188); }

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

border-color css

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

 span { border-color: rgb(70,124,188); }

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