Html Css Color HEX #448184 Paradiso

📋 copy color: '#448184'

red 68 ◦ green 129 ◦ blue 132

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

Shades of Paradiso #448184

Tints of Paradiso #448184

RGB

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

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

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

R = 20.67%
G = 39.21%
B = 40.12%

CMYK

 C value IS 0.48

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#448184 (or 0x448184) is known color: Paradiso. HEX triplet: 44, 81 and 84. RGB value is (68,129,132). Sum of RGB (Red+Green+Blue) = 68+129+132=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 132 - color contains mainly: blue. Hex color #448184 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448184 is #BB7E7B. Grayscale: #6F6F6F. Windows color (decimal): -12287612 or 8683844. OLE color: 8683844.

HSL color Cylindrical-coordinate representation of color #448184: hue angle of 182.81º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #448184 is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 129 132 -
CMYK 0.48 0.02 0 0.48
HSL 182.81º 0.32% 0.39% -
HSV(B) 182.81º 0.48% 0.52% -
XYZ 14.4 18.6 24.66 -
YUV 111.1 139.79 97.26 -
System Red Green Blue C M Y K H S L
Decimal 68 129 132 0.48 0.02 0 0.48 182.81 0.32 0.39
Hex 44 81 84 30 2 0 30 B7 20 27
Octal 104 201 204 60 2 0 60 267 40 47
Binary 1000100 10000001 10000100 110000 10 0 110000 10110111 100000 100111

Color Harmonies of #448184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448184

Black with #448184

Text Example


Text Example

White with #448184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448184; }

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

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

background-color css

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

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

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

border-color css

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

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

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