Html Css Color HEX #448584 Paradiso

📋 copy color: '#448584'

red 68 ◦ green 133 ◦ blue 132

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

Shades of Paradiso #448584

Tints of Paradiso #448584

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.94%

 BLUE value IS 132 (51.95% from 255) = 39.64%

R = 20.42%
G = 39.94%
B = 39.64%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#448584 (or 0x448584) is known color: Paradiso. HEX triplet: 44, 85 and 84. RGB value is (68,133,132). Sum of RGB (Red+Green+Blue) = 68+133+132=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 133 (52.34% from 255 or 39.94% from 333); Blue value is 132 (51.95% from 255 or 39.64% from 333); Max value from RGB is 133 - color contains mainly: green. Hex color #448584 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448584 is #BB7A7B. Grayscale: #717171. Windows color (decimal): -12286588 or 8684868. OLE color: 8684868.

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

Color convert

RGB 68 133 132 -
CMYK 0.49 0 0.01 0.48
HSL 179.08º 0.32% 0.39% -
HSV(B) 179.08º 0.49% 0.52% -
XYZ 14.94 19.67 24.84 -
YUV 113.45 138.47 95.58 -
System Red Green Blue C M Y K H S L
Decimal 68 133 132 0.49 0 0.01 0.48 179.08 0.32 0.39
Hex 44 85 84 31 0 1 30 B3 20 27
Octal 104 205 204 61 0 1 60 263 40 47
Binary 1000100 10000101 10000100 110001 0 1 110000 10110011 100000 100111

Color Harmonies of #448584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448584

Black with #448584

Text Example


Text Example

White with #448584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448584; }

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

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

background-color css

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

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

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

border-color css

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

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

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