Html Css Color HEX #448186 Paradiso

📋 copy color: '#448186'

red 68 ◦ green 129 ◦ blue 134

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

Shades of Paradiso #448186

Tints of Paradiso #448186

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.97%

 BLUE value IS 134 (52.73% from 255) = 40.48%

R = 20.54%
G = 38.97%
B = 40.48%

CMYK

 C value IS 0.49

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#448186 (or 0x448186) is known color: Paradiso. HEX triplet: 44, 81 and 86. RGB value is (68,129,134). Sum of RGB (Red+Green+Blue) = 68+129+134=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 129 (50.78% from 255 or 38.97% from 331); Blue value is 134 (52.73% from 255 or 40.48% from 331); Max value from RGB is 134 - color contains mainly: blue. Hex color #448186 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448186 is #BB7E79. Grayscale: #6F6F6F. Windows color (decimal): -12287610 or 8814916. OLE color: 8814916.

HSL color Cylindrical-coordinate representation of color #448186: hue angle of 184.55º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #448186 is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 129 134 -
CMYK 0.49 0.04 0 0.47
HSL 184.55º 0.33% 0.4% -
HSV(B) 184.55º 0.49% 0.53% -
XYZ 14.54 18.65 25.39 -
YUV 111.33 140.79 97.09 -
System Red Green Blue C M Y K H S L
Decimal 68 129 134 0.49 0.04 0 0.47 184.55 0.33 0.4
Hex 44 81 86 31 4 0 2F B9 21 28
Octal 104 201 206 61 4 0 57 271 41 50
Binary 1000100 10000001 10000110 110001 100 0 101111 10111001 100001 101000

Color Harmonies of #448186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448186

Black with #448186

Text Example


Text Example

White with #448186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448186; }

 p { color: rgb(68,129,134); }

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

background-color css

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

 a { background-color: rgb(68,129,134); }

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

border-color css

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

 span { border-color: rgb(68,129,134); }

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