Html Css Color HEX #447283 Calypso

📋 copy color: '#447283'

red 68 ◦ green 114 ◦ blue 131

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

Shades of Calypso #447283

Tints of Calypso #447283

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.42%

 BLUE value IS 131 (51.56% from 255) = 41.85%

R = 21.73%
G = 36.42%
B = 41.85%

CMYK

 C value IS 0.48

 M value IS 0.13

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#447283 (or 0x447283) is known color: Calypso. HEX triplet: 44, 72 and 83. RGB value is (68,114,131). Sum of RGB (Red+Green+Blue) = 68+114+131=313 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.73% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 131 (51.56% from 255 or 41.85% from 313); Max value from RGB is 131 - color contains mainly: blue. Hex color #447283 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447283 is #BB8D7C. Grayscale: #666666. Windows color (decimal): -12291453 or 8614468. OLE color: 8614468.

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

Color convert

RGB 68 114 131 -
CMYK 0.48 0.13 0 0.49
HSL 196.19º 0.32% 0.39% -
HSV(B) 196.19º 0.48% 0.51% -
XYZ 12.5 14.9 23.69 -
YUV 102.18 144.26 103.62 -
System Red Green Blue C M Y K H S L
Decimal 68 114 131 0.48 0.13 0 0.49 196.19 0.32 0.39
Hex 44 72 83 30 D 0 31 C4 20 27
Octal 104 162 203 60 15 0 61 304 40 47
Binary 1000100 1110010 10000011 110000 1101 0 110001 11000100 100000 100111

Color Harmonies of #447283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447283

Black with #447283

Text Example


Text Example

White with #447283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447283; }

 p { color: rgb(68,114,131); }

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

background-color css

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

 a { background-color: rgb(68,114,131); }

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

border-color css

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

 span { border-color: rgb(68,114,131); }

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