Html Css Color HEX #459F88 Gossamer

📋 copy color: '#459F88'

red 69 ◦ green 159 ◦ blue 136

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

Shades of Gossamer #459F88

Tints of Gossamer #459F88

RGB

 RED value IS 69 (27.34% from 255) = 18.96%

 GREEN value IS 159 (62.5% from 255) = 43.68%

 BLUE value IS 136 (53.52% from 255) = 37.36%

R = 18.96%
G = 43.68%
B = 37.36%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#459F88 (or 0x459F88) is known color: Gossamer. HEX triplet: 45, 9F and 88. RGB value is (69,159,136). Sum of RGB (Red+Green+Blue) = 69+159+136=364 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.96% from 364); Green value is 159 (62.5% from 255 or 43.68% from 364); Blue value is 136 (53.52% from 255 or 37.36% from 364); Max value from RGB is 159 - color contains mainly: green. Hex color #459F88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459F88 is #BA6077. Grayscale: #818181. Windows color (decimal): -12214392 or 8953669. OLE color: 8953669.

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

Color convert

RGB 69 159 136 -
CMYK 0.57 0 0.14 0.38
HSL 164.67º 0.39% 0.45% -
HSV(B) 164.67º 0.57% 0.62% -
XYZ 19.3 27.84 27.65 -
YUV 129.47 131.68 84.87 -
System Red Green Blue C M Y K H S L
Decimal 69 159 136 0.57 0 0.14 0.38 164.67 0.39 0.45
Hex 45 9F 88 39 0 E 26 A5 27 2D
Octal 105 237 210 71 0 16 46 245 47 55
Binary 1000101 10011111 10001000 111001 0 1110 100110 10100101 100111 101101

Color Harmonies of #459F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459F88

Black with #459F88

Text Example


Text Example

White with #459F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459F88; }

 p { color: rgb(69,159,136); }

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

background-color css

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

 a { background-color: rgb(69,159,136); }

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

border-color css

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

 span { border-color: rgb(69,159,136); }

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