Html Css Color HEX #447382 Calypso

📋 copy color: '#447382'

red 68 ◦ green 115 ◦ blue 130

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

Shades of Calypso #447382

Tints of Calypso #447382

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.74%

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

R = 21.73%
G = 36.74%
B = 41.53%

CMYK

 C value IS 0.48

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#447382 (or 0x447382) is known color: Calypso. HEX triplet: 44, 73 and 82. RGB value is (68,115,130). Sum of RGB (Red+Green+Blue) = 68+115+130=313 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.73% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 130 - color contains mainly: blue. Hex color #447382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447382 is #BB8C7D. Grayscale: #666666. Windows color (decimal): -12291198 or 8549188. OLE color: 8549188.

HSL color Cylindrical-coordinate representation of color #447382: hue angle of 194.52º 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 #447382 is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 68 115 130 -
CMYK 0.48 0.12 0 0.49
HSL 194.52º 0.31% 0.39% -
HSV(B) 194.52º 0.48% 0.51% -
XYZ 12.54 15.1 23.37 -
YUV 102.66 143.43 103.28 -
System Red Green Blue C M Y K H S L
Decimal 68 115 130 0.48 0.12 0 0.49 194.52 0.31 0.39
Hex 44 73 82 30 C 0 31 C3 1F 27
Octal 104 163 202 60 14 0 61 303 37 47
Binary 1000100 1110011 10000010 110000 1100 0 110001 11000011 11111 100111

Color Harmonies of #447382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447382

Black with #447382

Text Example


Text Example

White with #447382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447382; }

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

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

background-color css

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

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

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

border-color css

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

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

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