Html Css Color HEX #468C8D Blue Chill

📋 copy color: '#468C8D'

red 70 ◦ green 140 ◦ blue 141

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

Shades of Blue Chill #468C8D

Tints of Blue Chill #468C8D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.89%

 BLUE value IS 141 (55.47% from 255) = 40.17%

R = 19.94%
G = 39.89%
B = 40.17%

CMYK

 C value IS 0.50

 M value IS 0.01

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#468C8D (or 0x468C8D) is known color: Blue Chill. HEX triplet: 46, 8C and 8D. RGB value is (70,140,141). Sum of RGB (Red+Green+Blue) = 70+140+141=351 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.94% from 351); Green value is 140 (55.08% from 255 or 39.89% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 141 - color contains mainly: blue. Hex color #468C8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468C8D is #B97372. Grayscale: #777777. Windows color (decimal): -12153715 or 9276486. OLE color: 9276486.

HSL color Cylindrical-coordinate representation of color #468C8D: hue angle of 180.85º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #468C8D is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 140 141 -
CMYK 0.50 0.01 0 0.45
HSL 180.85º 0.34% 0.41% -
HSV(B) 180.85º 0.5% 0.55% -
XYZ 16.71 21.98 28.56 -
YUV 119.18 140.31 92.92 -
System Red Green Blue C M Y K H S L
Decimal 70 140 141 0.50 0.01 0 0.45 180.85 0.34 0.41
Hex 46 8C 8D 32 1 0 2D B5 22 29
Octal 106 214 215 62 1 0 55 265 42 51
Binary 1000110 10001100 10001101 110010 1 0 101101 10110101 100010 101001

Color Harmonies of #468C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468C8D

Black with #468C8D

Text Example


Text Example

White with #468C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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