Html Css Color HEX #446F88 Calypso

📋 copy color: '#446F88'

red 68 ◦ green 111 ◦ blue 136

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

Shades of Calypso #446F88

Tints of Calypso #446F88

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.24%

 BLUE value IS 136 (53.52% from 255) = 43.17%

R = 21.59%
G = 35.24%
B = 43.17%

CMYK

 C value IS 0.50

 M value IS 0.18

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#446F88 (or 0x446F88) is known color: Calypso. HEX triplet: 44, 6F and 88. RGB value is (68,111,136). Sum of RGB (Red+Green+Blue) = 68+111+136=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 136 - color contains mainly: blue. Hex color #446F88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446F88 is #BB9077. Grayscale: #646464. Windows color (decimal): -12292216 or 8941380. OLE color: 8941380.

HSL color Cylindrical-coordinate representation of color #446F88: hue angle of 202.06º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #446F88 is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 111 136 -
CMYK 0.50 0.18 0 0.47
HSL 202.06º 0.33% 0.4% -
HSV(B) 202.06º 0.5% 0.53% -
XYZ 12.51 14.38 25.41 -
YUV 100.99 147.75 104.47 -
System Red Green Blue C M Y K H S L
Decimal 68 111 136 0.50 0.18 0 0.47 202.06 0.33 0.4
Hex 44 6F 88 32 12 0 2F CA 21 28
Octal 104 157 210 62 22 0 57 312 41 50
Binary 1000100 1101111 10001000 110010 10010 0 101111 11001010 100001 101000

Color Harmonies of #446F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446F88

Black with #446F88

Text Example


Text Example

White with #446F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,111,136); }

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

background-color css

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

 a { background-color: rgb(68,111,136); }

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

border-color css

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

 span { border-color: rgb(68,111,136); }

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