Html Css Color HEX #44818B Paradiso

📋 copy color: '#44818B'

red 68 ◦ green 129 ◦ blue 139

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

Shades of Paradiso #44818B

Tints of Paradiso #44818B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.37%

R = 20.24%
G = 38.39%
B = 41.37%

CMYK

 C value IS 0.51

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#44818B (or 0x44818B) is known color: Paradiso. HEX triplet: 44, 81 and 8B. RGB value is (68,129,139). Sum of RGB (Red+Green+Blue) = 68+129+139=336 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.24% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 139 - color contains mainly: blue. Hex color #44818B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44818B is #BB7E74. Grayscale: #6F6F6F. Windows color (decimal): -12287605 or 9142596. OLE color: 9142596.

HSL color Cylindrical-coordinate representation of color #44818B: hue angle of 188.45º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #44818B is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 129 139 -
CMYK 0.51 0.07 0 0.45
HSL 188.45º 0.34% 0.41% -
HSV(B) 188.45º 0.51% 0.55% -
XYZ 14.89 18.79 27.27 -
YUV 111.9 143.29 96.69 -
System Red Green Blue C M Y K H S L
Decimal 68 129 139 0.51 0.07 0 0.45 188.45 0.34 0.41
Hex 44 81 8B 33 7 0 2D BC 22 29
Octal 104 201 213 63 7 0 55 274 42 51
Binary 1000100 10000001 10001011 110011 111 0 101101 10111100 100010 101001

Color Harmonies of #44818B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44818B

Black with #44818B

Text Example


Text Example

White with #44818B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44818B; }

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

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

background-color css

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

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

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

border-color css

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

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

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