Html Css Color HEX #465A54 Stromboli

📋 copy color: '#465A54'

red 70 ◦ green 90 ◦ blue 84

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

Shades of Stromboli #465A54

Tints of Stromboli #465A54

RGB

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

 GREEN value IS 90 (35.55% from 255) = 36.89%

 BLUE value IS 84 (33.2% from 255) = 34.43%

R = 28.69%
G = 36.89%
B = 34.43%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#465A54 (or 0x465A54) is known color: Stromboli. HEX triplet: 46, 5A and 54. RGB value is (70,90,84). Sum of RGB (Red+Green+Blue) = 70+90+84=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 90 (35.55% from 255 or 36.89% from 244); Blue value is 84 (33.20% from 255 or 34.43% from 244); Max value from RGB is 90 - color contains mainly: green. Hex color #465A54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465A54 is #B9A5AB. Grayscale: #535353. Windows color (decimal): -12166572 or 5528134. OLE color: 5528134.

HSL color Cylindrical-coordinate representation of color #465A54: hue angle of 162º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #465A54 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 90 84 -
CMYK 0.22 0 0.07 0.65
HSL 162º 0.13% 0.31% -
HSV(B) 162º 0.22% 0.35% -
XYZ 7.78 9.25 9.76 -
YUV 83.34 128.37 118.49 -
System Red Green Blue C M Y K H S L
Decimal 70 90 84 0.22 0 0.07 0.65 162 0.13 0.31
Hex 46 5A 54 16 0 7 41 A2 C 1F
Octal 106 132 124 26 0 7 101 242 14 37
Binary 1000110 1011010 1010100 10110 0 111 1000001 10100010 1100 11111

Color Harmonies of #465A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465A54

Black with #465A54

Text Example


Text Example

White with #465A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465A54; }

 p { color: rgb(70,90,84); }

 H1.HeaderClassName
 {
   color: #465A54;
 }
 .AnyTagClassName
 {
   color: #465A54;
 }
</style>

background-color css

<style>
 a { background-color: #465A54; }

 a { background-color: rgb(70,90,84); }

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

border-color css

<style>
 span { border-color: #465A54; }

 span { border-color: rgb(70,90,84); }

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