Html Css Color HEX #447482 Calypso

📋 copy color: '#447482'

red 68 ◦ green 116 ◦ blue 130

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

Shades of Calypso #447482

Tints of Calypso #447482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 41.4%

R = 21.66%
G = 36.94%
B = 41.4%

CMYK

 C value IS 0.48

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#447482 (or 0x447482) is known color: Calypso. HEX triplet: 44, 74 and 82. RGB value is (68,116,130). Sum of RGB (Red+Green+Blue) = 68+116+130=314 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.66% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 130 - color contains mainly: blue. Hex color #447482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447482 is #BB8B7D. Grayscale: #676767. Windows color (decimal): -12290942 or 8549444. OLE color: 8549444.

HSL color Cylindrical-coordinate representation of color #447482: hue angle of 193.55º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #447482 is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 68 116 130 -
CMYK 0.48 0.11 0 0.49
HSL 193.55º 0.31% 0.39% -
HSV(B) 193.55º 0.48% 0.51% -
XYZ 12.66 15.33 23.41 -
YUV 103.24 143.1 102.86 -
System Red Green Blue C M Y K H S L
Decimal 68 116 130 0.48 0.11 0 0.49 193.55 0.31 0.39
Hex 44 74 82 30 B 0 31 C2 1F 27
Octal 104 164 202 60 13 0 61 302 37 47
Binary 1000100 1110100 10000010 110000 1011 0 110001 11000010 11111 100111

Color Harmonies of #447482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447482

Black with #447482

Text Example


Text Example

White with #447482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447482; }

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

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

background-color css

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

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

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

border-color css

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

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

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