Html Css Color HEX #44858C Paradiso

📋 copy color: '#44858C'

red 68 ◦ green 133 ◦ blue 140

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

Shades of Paradiso #44858C

Tints of Paradiso #44858C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39%

 BLUE value IS 140 (55.08% from 255) = 41.06%

R = 19.94%
G = 39%
B = 41.06%

CMYK

 C value IS 0.51

 M value IS 0.05

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#44858C (or 0x44858C) is known color: Paradiso. HEX triplet: 44, 85 and 8C. RGB value is (68,133,140). Sum of RGB (Red+Green+Blue) = 68+133+140=341 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.94% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 140 (55.08% from 255 or 41.06% from 341); Max value from RGB is 140 - color contains mainly: blue. Hex color #44858C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44858C is #BB7A73. Grayscale: #727272. Windows color (decimal): -12286580 or 9209156. OLE color: 9209156.

HSL color Cylindrical-coordinate representation of color #44858C: hue angle of 185.83º degrees, saturation: 0.35, 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 #44858C is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 133 140 -
CMYK 0.51 0.05 0 0.45
HSL 185.83º 0.35% 0.41% -
HSV(B) 185.83º 0.51% 0.55% -
XYZ 15.51 19.9 27.83 -
YUV 114.36 142.47 94.93 -
System Red Green Blue C M Y K H S L
Decimal 68 133 140 0.51 0.05 0 0.45 185.83 0.35 0.41
Hex 44 85 8C 33 5 0 2D BA 23 29
Octal 104 205 214 63 5 0 55 272 43 51
Binary 1000100 10000101 10001100 110011 101 0 101101 10111010 100011 101001

Color Harmonies of #44858C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44858C

Black with #44858C

Text Example


Text Example

White with #44858C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44858C; }

 p { color: rgb(68,133,140); }

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

background-color css

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

 a { background-color: rgb(68,133,140); }

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

border-color css

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

 span { border-color: rgb(68,133,140); }

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