Html Css Color HEX #46958E Blue Chill

📋 copy color: '#46958E'

red 70 ◦ green 149 ◦ blue 142

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

Shades of Blue Chill #46958E

Tints of Blue Chill #46958E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.27%

 BLUE value IS 142 (55.86% from 255) = 39.34%

R = 19.39%
G = 41.27%
B = 39.34%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#46958E (or 0x46958E) is known color: Blue Chill. HEX triplet: 46, 95 and 8E. RGB value is (70,149,142). Sum of RGB (Red+Green+Blue) = 70+149+142=361 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.39% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 149 - color contains mainly: green. Hex color #46958E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46958E is #B96A71. Grayscale: #7C7C7C. Windows color (decimal): -12151410 or 9344326. OLE color: 9344326.

HSL color Cylindrical-coordinate representation of color #46958E: hue angle of 174.68º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #46958E is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 149 142 -
CMYK 0.53 0 0.05 0.42
HSL 174.68º 0.36% 0.43% -
HSV(B) 174.68º 0.53% 0.58% -
XYZ 18.16 24.75 29.41 -
YUV 124.58 137.83 89.07 -
System Red Green Blue C M Y K H S L
Decimal 70 149 142 0.53 0 0.05 0.42 174.68 0.36 0.43
Hex 46 95 8E 35 0 5 2A AF 24 2B
Octal 106 225 216 65 0 5 52 257 44 53
Binary 1000110 10010101 10001110 110101 0 101 101010 10101111 100100 101011

Color Harmonies of #46958E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46958E

Black with #46958E

Text Example


Text Example

White with #46958E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46958E; }

 p { color: rgb(70,149,142); }

 H1.HeaderClassName
 {
   color: #46958E;
 }
 .AnyTagClassName
 {
   color: #46958E;
 }
</style>

background-color css

<style>
 a { background-color: #46958E; }

 a { background-color: rgb(70,149,142); }

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

border-color css

<style>
 span { border-color: #46958E; }

 span { border-color: rgb(70,149,142); }

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