Html Css Color HEX #447185 Calypso

📋 copy color: '#447185'

red 68 ◦ green 113 ◦ blue 133

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

Shades of Calypso #447185

Tints of Calypso #447185

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.99%

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

R = 21.66%
G = 35.99%
B = 42.36%

CMYK

 C value IS 0.49

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#447185 (or 0x447185) is known color: Calypso. HEX triplet: 44, 71 and 85. RGB value is (68,113,133). Sum of RGB (Red+Green+Blue) = 68+113+133=314 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.66% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 133 - color contains mainly: blue. Hex color #447185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447185 is #BB8E7A. Grayscale: #656565. Windows color (decimal): -12291707 or 8745284. OLE color: 8745284.

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

Color convert

RGB 68 113 133 -
CMYK 0.49 0.15 0 0.48
HSL 198.46º 0.32% 0.39% -
HSV(B) 198.46º 0.49% 0.52% -
XYZ 12.52 14.73 24.37 -
YUV 101.83 145.59 103.87 -
System Red Green Blue C M Y K H S L
Decimal 68 113 133 0.49 0.15 0 0.48 198.46 0.32 0.39
Hex 44 71 85 31 F 0 30 C6 20 27
Octal 104 161 205 61 17 0 60 306 40 47
Binary 1000100 1110001 10000101 110001 1111 0 110000 11000110 100000 100111

Color Harmonies of #447185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447185

Black with #447185

Text Example


Text Example

White with #447185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447185; }

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

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

background-color css

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

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

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

border-color css

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

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

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