Html Css Color HEX #46999F Blue Chill

📋 copy color: '#46999F'

red 70 ◦ green 153 ◦ blue 159

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

Shades of Blue Chill #46999F

Tints of Blue Chill #46999F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.05%

 BLUE value IS 159 (62.5% from 255) = 41.62%

R = 18.32%
G = 40.05%
B = 41.62%

CMYK

 C value IS 0.56

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#46999F (or 0x46999F) is known color: Blue Chill. HEX triplet: 46, 99 and 9F. RGB value is (70,153,159). Sum of RGB (Red+Green+Blue) = 70+153+159=382 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.32% from 382); Green value is 153 (60.16% from 255 or 40.05% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 159 - color contains mainly: blue. Hex color #46999F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46999F is #B96660. Grayscale: #808080. Windows color (decimal): -12150369 or 10459462. OLE color: 10459462.

HSL color Cylindrical-coordinate representation of color #46999F: hue angle of 184.04º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #46999F is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 153 159 -
CMYK 0.56 0.04 0 0.38
HSL 184.04º 0.39% 0.45% -
HSV(B) 184.04º 0.56% 0.62% -
XYZ 20.18 26.59 36.87 -
YUV 128.87 145 86.01 -
System Red Green Blue C M Y K H S L
Decimal 70 153 159 0.56 0.04 0 0.38 184.04 0.39 0.45
Hex 46 99 9F 38 4 0 26 B8 27 2D
Octal 106 231 237 70 4 0 46 270 47 55
Binary 1000110 10011001 10011111 111000 100 0 100110 10111000 100111 101101

Color Harmonies of #46999F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46999F

Black with #46999F

Text Example


Text Example

White with #46999F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,153,159); }

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

background-color css

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

 a { background-color: rgb(70,153,159); }

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

border-color css

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

 span { border-color: rgb(70,153,159); }

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