Html Css Color HEX #446E8A Calypso

📋 copy color: '#446E8A'

red 68 ◦ green 110 ◦ blue 138

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

Shades of Calypso #446E8A

Tints of Calypso #446E8A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.81%

 BLUE value IS 138 (54.3% from 255) = 43.67%

R = 21.52%
G = 34.81%
B = 43.67%

CMYK

 C value IS 0.51

 M value IS 0.20

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#446E8A (or 0x446E8A) is known color: Calypso. HEX triplet: 44, 6E and 8A. RGB value is (68,110,138). Sum of RGB (Red+Green+Blue) = 68+110+138=316 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.52% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 138 - color contains mainly: blue. Hex color #446E8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446E8A is #BB9175. Grayscale: #646464. Windows color (decimal): -12292470 or 9072196. OLE color: 9072196.

HSL color Cylindrical-coordinate representation of color #446E8A: hue angle of 204º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #446E8A is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 68 110 138 -
CMYK 0.51 0.20 0 0.46
HSL 204º 0.34% 0.4% -
HSV(B) 204º 0.51% 0.54% -
XYZ 12.55 14.22 26.13 -
YUV 100.63 149.09 104.72 -
System Red Green Blue C M Y K H S L
Decimal 68 110 138 0.51 0.20 0 0.46 204 0.34 0.4
Hex 44 6E 8A 33 14 0 2E CC 22 28
Octal 104 156 212 63 24 0 56 314 42 50
Binary 1000100 1101110 10001010 110011 10100 0 101110 11001100 100010 101000

Color Harmonies of #446E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446E8A

Black with #446E8A

Text Example


Text Example

White with #446E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,110,138); }

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

background-color css

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

 a { background-color: rgb(68,110,138); }

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

border-color css

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

 span { border-color: rgb(68,110,138); }

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