Html Css Color HEX #448785 Paradiso

📋 copy color: '#448785'

red 68 ◦ green 135 ◦ blue 133

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

Shades of Paradiso #448785

Tints of Paradiso #448785

RGB

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

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

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

R = 20.24%
G = 40.18%
B = 39.58%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#448785 (or 0x448785) is known color: Paradiso. HEX triplet: 44, 87 and 85. RGB value is (68,135,133). Sum of RGB (Red+Green+Blue) = 68+135+133=336 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.24% from 336); Green value is 135 (53.12% from 255 or 40.18% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 135 - color contains mainly: green. Hex color #448785 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448785 is #BB787A. Grayscale: #727272. Windows color (decimal): -12286075 or 8750916. OLE color: 8750916.

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

Color convert

RGB 68 135 133 -
CMYK 0.50 0 0.01 0.47
HSL 178.21º 0.33% 0.4% -
HSV(B) 178.21º 0.5% 0.53% -
XYZ 15.28 20.25 25.29 -
YUV 114.74 138.3 94.66 -
System Red Green Blue C M Y K H S L
Decimal 68 135 133 0.50 0 0.01 0.47 178.21 0.33 0.4
Hex 44 87 85 32 0 1 2F B2 21 28
Octal 104 207 205 62 0 1 57 262 41 50
Binary 1000100 10000111 10000101 110010 0 1 101111 10110010 100001 101000

Color Harmonies of #448785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448785

Black with #448785

Text Example


Text Example

White with #448785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448785; }

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

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

background-color css

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

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

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

border-color css

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

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

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