Html Css Color HEX #448784 Paradiso

📋 copy color: '#448784'

red 68 ◦ green 135 ◦ blue 132

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

Shades of Paradiso #448784

Tints of Paradiso #448784

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.3%

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

R = 20.3%
G = 40.3%
B = 39.4%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#448784 (or 0x448784) is known color: Paradiso. HEX triplet: 44, 87 and 84. RGB value is (68,135,132). Sum of RGB (Red+Green+Blue) = 68+135+132=335 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.30% from 335); Green value is 135 (53.12% from 255 or 40.30% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 135 - color contains mainly: green. Hex color #448784 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448784 is #BB787B. Grayscale: #727272. Windows color (decimal): -12286076 or 8685380. OLE color: 8685380.

HSL color Cylindrical-coordinate representation of color #448784: hue angle of 177.31º 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 #448784 is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 135 132 -
CMYK 0.50 0 0.02 0.47
HSL 177.31º 0.33% 0.4% -
HSV(B) 177.31º 0.5% 0.53% -
XYZ 15.21 20.22 24.93 -
YUV 114.63 137.8 94.74 -
System Red Green Blue C M Y K H S L
Decimal 68 135 132 0.50 0 0.02 0.47 177.31 0.33 0.4
Hex 44 87 84 32 0 2 2F B1 21 28
Octal 104 207 204 62 0 2 57 261 41 50
Binary 1000100 10000111 10000100 110010 0 10 101111 10110001 100001 101000

Color Harmonies of #448784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448784

Black with #448784

Text Example


Text Example

White with #448784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448784; }

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

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

background-color css

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

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

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

border-color css

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

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

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