Html Css Color HEX #446C84 Calypso

📋 copy color: '#446C84'

red 68 ◦ green 108 ◦ blue 132

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

Shades of Calypso #446C84

Tints of Calypso #446C84

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.06%

 BLUE value IS 132 (51.95% from 255) = 42.86%

R = 22.08%
G = 35.06%
B = 42.86%

CMYK

 C value IS 0.48

 M value IS 0.18

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#446C84 (or 0x446C84) is known color: Calypso. HEX triplet: 44, 6C and 84. RGB value is (68,108,132). Sum of RGB (Red+Green+Blue) = 68+108+132=308 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.08% from 308); Green value is 108 (42.58% from 255 or 35.06% from 308); Blue value is 132 (51.95% from 255 or 42.86% from 308); Max value from RGB is 132 - color contains mainly: blue. Hex color #446C84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446C84 is #BB937B. Grayscale: #626262. Windows color (decimal): -12292988 or 8678468. OLE color: 8678468.

HSL color Cylindrical-coordinate representation of color #446C84: hue angle of 202.5º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #446C84 is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 108 132 -
CMYK 0.48 0.18 0 0.48
HSL 202.5º 0.32% 0.39% -
HSV(B) 202.5º 0.48% 0.52% -
XYZ 11.91 13.62 23.83 -
YUV 98.78 146.75 106.05 -
System Red Green Blue C M Y K H S L
Decimal 68 108 132 0.48 0.18 0 0.48 202.5 0.32 0.39
Hex 44 6C 84 30 12 0 30 CA 20 27
Octal 104 154 204 60 22 0 60 312 40 47
Binary 1000100 1101100 10000100 110000 10010 0 110000 11001010 100000 100111

Color Harmonies of #446C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446C84

Black with #446C84

Text Example


Text Example

White with #446C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446C84; }

 p { color: rgb(68,108,132); }

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

background-color css

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

 a { background-color: rgb(68,108,132); }

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

border-color css

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

 span { border-color: rgb(68,108,132); }

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