Html Css Color HEX #468D93 Blue Chill

📋 copy color: '#468D93'

red 70 ◦ green 141 ◦ blue 147

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

Shades of Blue Chill #468D93

Tints of Blue Chill #468D93

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.39%

 BLUE value IS 147 (57.81% from 255) = 41.06%

R = 19.55%
G = 39.39%
B = 41.06%

CMYK

 C value IS 0.52

 M value IS 0.04

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#468D93 (or 0x468D93) is known color: Blue Chill. HEX triplet: 46, 8D and 93. RGB value is (70,141,147). Sum of RGB (Red+Green+Blue) = 70+141+147=358 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.55% from 358); Green value is 141 (55.47% from 255 or 39.39% from 358); Blue value is 147 (57.81% from 255 or 41.06% from 358); Max value from RGB is 147 - color contains mainly: blue. Hex color #468D93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468D93 is #B9726C. Grayscale: #787878. Windows color (decimal): -12153453 or 9669958. OLE color: 9669958.

HSL color Cylindrical-coordinate representation of color #468D93: hue angle of 184.68º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #468D93 is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 141 147 -
CMYK 0.52 0.04 0 0.42
HSL 184.68º 0.35% 0.43% -
HSV(B) 184.68º 0.52% 0.58% -
XYZ 17.32 22.46 31.03 -
YUV 120.46 142.98 92.01 -
System Red Green Blue C M Y K H S L
Decimal 70 141 147 0.52 0.04 0 0.42 184.68 0.35 0.43
Hex 46 8D 93 34 4 0 2A B9 23 2B
Octal 106 215 223 64 4 0 52 271 43 53
Binary 1000110 10001101 10010011 110100 100 0 101010 10111001 100011 101011

Color Harmonies of #468D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468D93

Black with #468D93

Text Example


Text Example

White with #468D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,141,147); }

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

background-color css

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

 a { background-color: rgb(70,141,147); }

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

border-color css

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

 span { border-color: rgb(70,141,147); }

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