Html Css Color HEX #949AAE Manatee

📋 copy color: '#949AAE'

red 148 ◦ green 154 ◦ blue 174

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

Shades of Manatee #949AAE

Tints of Manatee #949AAE

RGB

 RED value IS 148 (58.2% from 255) = 31.09%

 GREEN value IS 154 (60.55% from 255) = 32.35%

 BLUE value IS 174 (68.36% from 255) = 36.55%

R = 31.09%
G = 32.35%
B = 36.55%

CMYK

 C value IS 0.15

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#949AAE (or 0x949AAE) is known color: Manatee. HEX triplet: 94, 9A and AE. RGB value is (148,154,174). Sum of RGB (Red+Green+Blue) = 148+154+174=476 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.09% from 476); Green value is 154 (60.55% from 255 or 32.35% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 174 - color contains mainly: blue. Hex color #949AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949AAE is #6B6551. Grayscale: #9A9A9A. Windows color (decimal): -7038290 or 11442836. OLE color: 11442836.

HSL color Cylindrical-coordinate representation of color #949AAE: hue angle of 226.15º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #949AAE is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 154 174 -
CMYK 0.15 0.11 0 0.32
HSL 226.15º 0.14% 0.63% -
HSV(B) 226.15º 0.15% 0.68% -
XYZ 31.41 32.46 44.66 -
YUV 154.49 139.01 123.37 -
System Red Green Blue C M Y K H S L
Decimal 148 154 174 0.15 0.11 0 0.32 226.15 0.14 0.63
Hex 94 9A AE F B 0 20 E2 E 3F
Octal 224 232 256 17 13 0 40 342 16 77
Binary 10010100 10011010 10101110 1111 1011 0 100000 11100010 1110 111111

Color Harmonies of #949AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949AAE

Black with #949AAE

Text Example


Text Example

White with #949AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949AAE; }

 p { color: rgb(148,154,174); }

 H1.HeaderClassName
 {
   color: #949AAE;
 }
 .AnyTagClassName
 {
   color: #949AAE;
 }
</style>

background-color css

<style>
 a { background-color: #949AAE; }

 a { background-color: rgb(148,154,174); }

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

border-color css

<style>
 span { border-color: #949AAE; }

 span { border-color: rgb(148,154,174); }

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