Html Css Color HEX #45827E Paradiso

📋 copy color: '#45827E'

red 69 ◦ green 130 ◦ blue 126

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

Shades of Paradiso #45827E

Tints of Paradiso #45827E

RGB

 RED value IS 69 (27.34% from 255) = 21.23%

 GREEN value IS 130 (51.17% from 255) = 40%

 BLUE value IS 126 (49.61% from 255) = 38.77%

R = 21.23%
G = 40%
B = 38.77%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#45827E (or 0x45827E) is known color: Paradiso. HEX triplet: 45, 82 and 7E. RGB value is (69,130,126). Sum of RGB (Red+Green+Blue) = 69+130+126=325 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.23% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 126 (49.61% from 255 or 38.77% from 325); Max value from RGB is 130 - color contains mainly: green. Hex color #45827E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45827E is #BA7D81. Grayscale: #6F6F6F. Windows color (decimal): -12221826 or 8290885. OLE color: 8290885.

HSL color Cylindrical-coordinate representation of color #45827E: hue angle of 176.07º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #45827E is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 69 130 126 -
CMYK 0.47 0 0.03 0.49
HSL 176.07º 0.31% 0.39% -
HSV(B) 176.07º 0.47% 0.51% -
XYZ 14.2 18.74 22.61 -
YUV 111.31 136.29 97.83 -
System Red Green Blue C M Y K H S L
Decimal 69 130 126 0.47 0 0.03 0.49 176.07 0.31 0.39
Hex 45 82 7E 2F 0 3 31 B0 1F 27
Octal 105 202 176 57 0 3 61 260 37 47
Binary 1000101 10000010 1111110 101111 0 11 110001 10110000 11111 100111

Color Harmonies of #45827E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45827E

Black with #45827E

Text Example


Text Example

White with #45827E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45827E; }

 p { color: rgb(69,130,126); }

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

background-color css

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

 a { background-color: rgb(69,130,126); }

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

border-color css

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

 span { border-color: rgb(69,130,126); }

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