Html Css Color HEX #447488 Calypso

📋 copy color: '#447488'

red 68 ◦ green 116 ◦ blue 136

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

Shades of Calypso #447488

Tints of Calypso #447488

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.25%

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

R = 21.25%
G = 36.25%
B = 42.5%

CMYK

 C value IS 0.50

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#447488 (or 0x447488) is known color: Calypso. HEX triplet: 44, 74 and 88. RGB value is (68,116,136). Sum of RGB (Red+Green+Blue) = 68+116+136=320 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.25% from 320); Green value is 116 (45.70% from 255 or 36.25% from 320); Blue value is 136 (53.52% from 255 or 42.5% from 320); Max value from RGB is 136 - color contains mainly: blue. Hex color #447488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447488 is #BB8B77. Grayscale: #676767. Windows color (decimal): -12290936 or 8942660. OLE color: 8942660.

HSL color Cylindrical-coordinate representation of color #447488: hue angle of 197.65º 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 #447488 is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 116 136 -
CMYK 0.50 0.15 0 0.47
HSL 197.65º 0.33% 0.4% -
HSV(B) 197.65º 0.5% 0.53% -
XYZ 13.07 15.5 25.59 -
YUV 103.93 146.1 102.37 -
System Red Green Blue C M Y K H S L
Decimal 68 116 136 0.50 0.15 0 0.47 197.65 0.33 0.4
Hex 44 74 88 32 F 0 2F C6 21 28
Octal 104 164 210 62 17 0 57 306 41 50
Binary 1000100 1110100 10001000 110010 1111 0 101111 11000110 100001 101000

Color Harmonies of #447488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447488

Black with #447488

Text Example


Text Example

White with #447488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447488; }

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

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

background-color css

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

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

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

border-color css

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

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

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