Html Css Color HEX #447082 Calypso

📋 copy color: '#447082'

red 68 ◦ green 112 ◦ blue 130

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

Shades of Calypso #447082

Tints of Calypso #447082

RGB

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

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

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

R = 21.94%
G = 36.13%
B = 41.94%

CMYK

 C value IS 0.48

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#447082 (or 0x447082) is known color: Calypso. HEX triplet: 44, 70 and 82. RGB value is (68,112,130). Sum of RGB (Red+Green+Blue) = 68+112+130=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 130 (51.17% from 255 or 41.94% from 310); Max value from RGB is 130 - color contains mainly: blue. Hex color #447082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447082 is #BB8F7D. Grayscale: #646464. Windows color (decimal): -12291966 or 8548420. OLE color: 8548420.

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

Color convert

RGB 68 112 130 -
CMYK 0.48 0.14 0 0.49
HSL 197.42º 0.31% 0.39% -
HSV(B) 197.42º 0.48% 0.51% -
XYZ 12.21 14.43 23.26 -
YUV 100.9 144.42 104.54 -
System Red Green Blue C M Y K H S L
Decimal 68 112 130 0.48 0.14 0 0.49 197.42 0.31 0.39
Hex 44 70 82 30 E 0 31 C5 1F 27
Octal 104 160 202 60 16 0 61 305 37 47
Binary 1000100 1110000 10000010 110000 1110 0 110001 11000101 11111 100111

Color Harmonies of #447082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447082

Black with #447082

Text Example


Text Example

White with #447082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447082; }

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

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

background-color css

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

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

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

border-color css

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

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

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