Html Css Color HEX #447088 Calypso

📋 copy color: '#447088'

red 68 ◦ green 112 ◦ blue 136

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

Shades of Calypso #447088

Tints of Calypso #447088

RGB

 RED value IS 68 (26.95% from 255) = 21.52%

 GREEN value IS 112 (44.14% from 255) = 35.44%

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

R = 21.52%
G = 35.44%
B = 43.04%

CMYK

 C value IS 0.50

 M value IS 0.18

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#447088 (or 0x447088) is known color: Calypso. HEX triplet: 44, 70 and 88. RGB value is (68,112,136). Sum of RGB (Red+Green+Blue) = 68+112+136=316 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.52% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 136 (53.52% from 255 or 43.04% from 316); Max value from RGB is 136 - color contains mainly: blue. Hex color #447088 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447088 is #BB8F77. Grayscale: #656565. Windows color (decimal): -12291960 or 8941636. OLE color: 8941636.

HSL color Cylindrical-coordinate representation of color #447088: hue angle of 201.18º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #447088 is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 112 136 -
CMYK 0.50 0.18 0 0.47
HSL 201.18º 0.33% 0.4% -
HSV(B) 201.18º 0.5% 0.53% -
XYZ 12.62 14.59 25.44 -
YUV 101.58 147.42 104.05 -
System Red Green Blue C M Y K H S L
Decimal 68 112 136 0.50 0.18 0 0.47 201.18 0.33 0.4
Hex 44 70 88 32 12 0 2F C9 21 28
Octal 104 160 210 62 22 0 57 311 41 50
Binary 1000100 1110000 10001000 110010 10010 0 101111 11001001 100001 101000

Color Harmonies of #447088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447088

Black with #447088

Text Example


Text Example

White with #447088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447088; }

 p { color: rgb(68,112,136); }

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

background-color css

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

 a { background-color: rgb(68,112,136); }

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

border-color css

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

 span { border-color: rgb(68,112,136); }

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