Html Css Color HEX #447089 Calypso

📋 copy color: '#447089'

red 68 ◦ green 112 ◦ blue 137

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

Shades of Calypso #447089

Tints of Calypso #447089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 43.22%

R = 21.45%
G = 35.33%
B = 43.22%

CMYK

 C value IS 0.50

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#447089 (or 0x447089) is known color: Calypso. HEX triplet: 44, 70 and 89. RGB value is (68,112,137). Sum of RGB (Red+Green+Blue) = 68+112+137=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 137 (53.91% from 255 or 43.22% from 317); Max value from RGB is 137 - color contains mainly: blue. Hex color #447089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447089 is #BB8F76. Grayscale: #656565. Windows color (decimal): -12291959 or 9007172. OLE color: 9007172.

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

Color convert

RGB 68 112 137 -
CMYK 0.50 0.18 0 0.46
HSL 201.74º 0.34% 0.4% -
HSV(B) 201.74º 0.5% 0.54% -
XYZ 12.69 14.62 25.82 -
YUV 101.69 147.92 103.97 -
System Red Green Blue C M Y K H S L
Decimal 68 112 137 0.50 0.18 0 0.46 201.74 0.34 0.4
Hex 44 70 89 32 12 0 2E CA 22 28
Octal 104 160 211 62 22 0 56 312 42 50
Binary 1000100 1110000 10001001 110010 10010 0 101110 11001010 100010 101000

Color Harmonies of #447089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447089

Black with #447089

Text Example


Text Example

White with #447089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447089; }

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

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

background-color css

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

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

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

border-color css

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

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

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