Html Css Color HEX #468F95 Blue Chill

📋 copy color: '#468F95'

red 70 ◦ green 143 ◦ blue 149

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

Shades of Blue Chill #468F95

Tints of Blue Chill #468F95

RGB

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

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

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

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

CMYK

 C value IS 0.53

 M value IS 0.04

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#468F95 (or 0x468F95) is known color: Blue Chill. HEX triplet: 46, 8F and 95. RGB value is (70,143,149). Sum of RGB (Red+Green+Blue) = 70+143+149=362 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.34% from 362); Green value is 143 (56.25% from 255 or 39.50% from 362); Blue value is 149 (58.59% from 255 or 41.16% from 362); Max value from RGB is 149 - color contains mainly: blue. Hex color #468F95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468F95 is #B9706A. Grayscale: #797979. Windows color (decimal): -12152939 or 9801542. OLE color: 9801542.

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

Color convert

RGB 70 143 149 -
CMYK 0.53 0.04 0 0.42
HSL 184.56º 0.36% 0.43% -
HSV(B) 184.56º 0.53% 0.58% -
XYZ 17.77 23.12 31.96 -
YUV 121.86 143.32 91.01 -
System Red Green Blue C M Y K H S L
Decimal 70 143 149 0.53 0.04 0 0.42 184.56 0.36 0.43
Hex 46 8F 95 35 4 0 2A B9 24 2B
Octal 106 217 225 65 4 0 52 271 44 53
Binary 1000110 10001111 10010101 110101 100 0 101010 10111001 100100 101011

Color Harmonies of #468F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468F95

Black with #468F95

Text Example


Text Example

White with #468F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468F95; }

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

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

background-color css

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

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

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

border-color css

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

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

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