Html Css Color HEX #447385 Calypso

📋 copy color: '#447385'

red 68 ◦ green 115 ◦ blue 133

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

Shades of Calypso #447385

Tints of Calypso #447385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 42.09%

R = 21.52%
G = 36.39%
B = 42.09%

CMYK

 C value IS 0.49

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#447385 (or 0x447385) is known color: Calypso. HEX triplet: 44, 73 and 85. RGB value is (68,115,133). Sum of RGB (Red+Green+Blue) = 68+115+133=316 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.52% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 133 - color contains mainly: blue. Hex color #447385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447385 is #BB8C7A. Grayscale: #666666. Windows color (decimal): -12291195 or 8745796. OLE color: 8745796.

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

Color convert

RGB 68 115 133 -
CMYK 0.49 0.14 0 0.48
HSL 196.62º 0.32% 0.39% -
HSV(B) 196.62º 0.49% 0.52% -
XYZ 12.75 15.18 24.45 -
YUV 103 144.93 103.04 -
System Red Green Blue C M Y K H S L
Decimal 68 115 133 0.49 0.14 0 0.48 196.62 0.32 0.39
Hex 44 73 85 31 E 0 30 C5 20 27
Octal 104 163 205 61 16 0 60 305 40 47
Binary 1000100 1110011 10000101 110001 1110 0 110000 11000101 100000 100111

Color Harmonies of #447385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447385

Black with #447385

Text Example


Text Example

White with #447385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447385; }

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

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

background-color css

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

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

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

border-color css

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

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

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