Html Css Color HEX #43827E Paradiso

📋 copy color: '#43827E'

red 67 ◦ green 130 ◦ blue 126

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

Shades of Paradiso #43827E

Tints of Paradiso #43827E

RGB

 RED value IS 67 (26.56% from 255) = 20.74%

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

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

R = 20.74%
G = 40.25%
B = 39.01%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#43827E (or 0x43827E) is known color: Paradiso. HEX triplet: 43, 82 and 7E. RGB value is (67,130,126). Sum of RGB (Red+Green+Blue) = 67+130+126=323 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.74% from 323); Green value is 130 (51.17% from 255 or 40.25% from 323); Blue value is 126 (49.61% from 255 or 39.01% from 323); Max value from RGB is 130 - color contains mainly: green. Hex color #43827E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43827E is #BC7D81. Grayscale: #6E6E6E. Windows color (decimal): -12352898 or 8290883. OLE color: 8290883.

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

Color convert

RGB 67 130 126 -
CMYK 0.48 0 0.03 0.49
HSL 176.19º 0.32% 0.39% -
HSV(B) 176.19º 0.48% 0.51% -
XYZ 14.06 18.66 22.6 -
YUV 110.71 136.63 96.83 -
System Red Green Blue C M Y K H S L
Decimal 67 130 126 0.48 0 0.03 0.49 176.19 0.32 0.39
Hex 43 82 7E 30 0 3 31 B0 20 27
Octal 103 202 176 60 0 3 61 260 40 47
Binary 1000011 10000010 1111110 110000 0 11 110001 10110000 100000 100111

Color Harmonies of #43827E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43827E

Black with #43827E

Text Example


Text Example

White with #43827E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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