Html Css Color HEX #46958F Blue Chill

📋 copy color: '#46958F'

red 70 ◦ green 149 ◦ blue 143

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

Shades of Blue Chill #46958F

Tints of Blue Chill #46958F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.5%

R = 19.34%
G = 41.16%
B = 39.5%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#46958F (or 0x46958F) is known color: Blue Chill. HEX triplet: 46, 95 and 8F. RGB value is (70,149,143). Sum of RGB (Red+Green+Blue) = 70+149+143=362 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.34% from 362); Green value is 149 (58.59% from 255 or 41.16% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 149 - color contains mainly: green. Hex color #46958F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46958F is #B96A70. Grayscale: #7C7C7C. Windows color (decimal): -12151409 or 9409862. OLE color: 9409862.

HSL color Cylindrical-coordinate representation of color #46958F: hue angle of 175.44º 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 #46958F is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 149 143 -
CMYK 0.53 0 0.04 0.42
HSL 175.44º 0.36% 0.43% -
HSV(B) 175.44º 0.53% 0.58% -
XYZ 18.23 24.78 29.81 -
YUV 124.7 138.33 88.99 -
System Red Green Blue C M Y K H S L
Decimal 70 149 143 0.53 0 0.04 0.42 175.44 0.36 0.43
Hex 46 95 8F 35 0 4 2A AF 24 2B
Octal 106 225 217 65 0 4 52 257 44 53
Binary 1000110 10010101 10001111 110101 0 100 101010 10101111 100100 101011

Color Harmonies of #46958F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46958F

Black with #46958F

Text Example


Text Example

White with #46958F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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