Html Css Color HEX #448087 Paradiso

📋 copy color: '#448087'

red 68 ◦ green 128 ◦ blue 135

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

Shades of Paradiso #448087

Tints of Paradiso #448087

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.67%

 BLUE value IS 135 (53.13% from 255) = 40.79%

R = 20.54%
G = 38.67%
B = 40.79%

CMYK

 C value IS 0.50

 M value IS 0.05

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#448087 (or 0x448087) is known color: Paradiso. HEX triplet: 44, 80 and 87. RGB value is (68,128,135). Sum of RGB (Red+Green+Blue) = 68+128+135=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 135 (53.12% from 255 or 40.79% from 331); Max value from RGB is 135 - color contains mainly: blue. Hex color #448087 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448087 is #BB7F78. Grayscale: #6E6E6E. Windows color (decimal): -12287865 or 8880196. OLE color: 8880196.

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

Color convert

RGB 68 128 135 -
CMYK 0.50 0.05 0 0.47
HSL 186.27º 0.33% 0.4% -
HSV(B) 186.27º 0.5% 0.53% -
XYZ 14.48 18.42 25.71 -
YUV 110.86 141.62 97.43 -
System Red Green Blue C M Y K H S L
Decimal 68 128 135 0.50 0.05 0 0.47 186.27 0.33 0.4
Hex 44 80 87 32 5 0 2F BA 21 28
Octal 104 200 207 62 5 0 57 272 41 50
Binary 1000100 10000000 10000111 110010 101 0 101111 10111010 100001 101000

Color Harmonies of #448087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448087

Black with #448087

Text Example


Text Example

White with #448087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448087; }

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

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

background-color css

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

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

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

border-color css

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

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

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