Html Css Color HEX #479298 Blue Chill

📋 copy color: '#479298'

red 71 ◦ green 146 ◦ blue 152

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

Shades of Blue Chill #479298

Tints of Blue Chill #479298

RGB

 RED value IS 71 (28.13% from 255) = 19.24%

 GREEN value IS 146 (57.42% from 255) = 39.57%

 BLUE value IS 152 (59.77% from 255) = 41.19%

R = 19.24%
G = 39.57%
B = 41.19%

CMYK

 C value IS 0.53

 M value IS 0.04

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#479298 (or 0x479298) is known color: Blue Chill. HEX triplet: 47, 92 and 98. RGB value is (71,146,152). Sum of RGB (Red+Green+Blue) = 71+146+152=369 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.24% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 152 (59.77% from 255 or 41.19% from 369); Max value from RGB is 152 - color contains mainly: blue. Hex color #479298 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479298 is #B86D67. Grayscale: #7C7C7C. Windows color (decimal): -12086632 or 9998919. OLE color: 9998919.

HSL color Cylindrical-coordinate representation of color #479298: hue angle of 184.44º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #479298 is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 71 146 152 -
CMYK 0.53 0.04 0 0.40
HSL 184.44º 0.36% 0.44% -
HSV(B) 184.44º 0.53% 0.6% -
XYZ 18.54 24.16 33.39 -
YUV 124.26 143.65 90.01 -
System Red Green Blue C M Y K H S L
Decimal 71 146 152 0.53 0.04 0 0.40 184.44 0.36 0.44
Hex 47 92 98 35 4 0 28 B8 24 2C
Octal 107 222 230 65 4 0 50 270 44 54
Binary 1000111 10010010 10011000 110101 100 0 101000 10111000 100100 101100

Color Harmonies of #479298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479298

Black with #479298

Text Example


Text Example

White with #479298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479298; }

 p { color: rgb(71,146,152); }

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

background-color css

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

 a { background-color: rgb(71,146,152); }

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

border-color css

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

 span { border-color: rgb(71,146,152); }

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