Html Css Color HEX #448188 Paradiso

📋 copy color: '#448188'

red 68 ◦ green 129 ◦ blue 136

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

Shades of Paradiso #448188

Tints of Paradiso #448188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 40.84%

R = 20.42%
G = 38.74%
B = 40.84%

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

#448188 (or 0x448188) is known color: Paradiso. HEX triplet: 44, 81 and 88. RGB value is (68,129,136). Sum of RGB (Red+Green+Blue) = 68+129+136=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 136 - color contains mainly: blue. Hex color #448188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448188 is #BB7E77. Grayscale: #6F6F6F. Windows color (decimal): -12287608 or 8945988. OLE color: 8945988.

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

Color convert

RGB 68 129 136 -
CMYK 0.50 0.05 0 0.47
HSL 186.18º 0.33% 0.4% -
HSV(B) 186.18º 0.5% 0.53% -
XYZ 14.68 18.71 26.13 -
YUV 111.56 141.79 96.93 -
System Red Green Blue C M Y K H S L
Decimal 68 129 136 0.50 0.05 0 0.47 186.18 0.33 0.4
Hex 44 81 88 32 5 0 2F BA 21 28
Octal 104 201 210 62 5 0 57 272 41 50
Binary 1000100 10000001 10001000 110010 101 0 101111 10111010 100001 101000

Color Harmonies of #448188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448188

Black with #448188

Text Example


Text Example

White with #448188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448188; }

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

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

background-color css

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

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

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

border-color css

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

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

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