Html Css Color HEX #467C7F Paradiso

📋 copy color: '#467C7F'

red 70 ◦ green 124 ◦ blue 127

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

Shades of Paradiso #467C7F

Tints of Paradiso #467C7F

RGB

 RED value IS 70 (27.73% from 255) = 21.81%

 GREEN value IS 124 (48.83% from 255) = 38.63%

 BLUE value IS 127 (50% from 255) = 39.56%

R = 21.81%
G = 38.63%
B = 39.56%

CMYK

 C value IS 0.45

 M value IS 0.02

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#467C7F (or 0x467C7F) is known color: Paradiso. HEX triplet: 46, 7C and 7F. RGB value is (70,124,127). Sum of RGB (Red+Green+Blue) = 70+124+127=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 124 (48.83% from 255 or 38.63% from 321); Blue value is 127 (50% from 255 or 39.56% from 321); Max value from RGB is 127 - color contains mainly: blue. Hex color #467C7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467C7F is #B98380. Grayscale: #6C6C6C. Windows color (decimal): -12157825 or 8354886. OLE color: 8354886.

HSL color Cylindrical-coordinate representation of color #467C7F: hue angle of 183.16º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #467C7F is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 124 127 -
CMYK 0.45 0.02 0 0.50
HSL 183.16º 0.29% 0.39% -
HSV(B) 183.16º 0.45% 0.5% -
XYZ 13.56 17.25 22.69 -
YUV 108.2 138.61 100.76 -
System Red Green Blue C M Y K H S L
Decimal 70 124 127 0.45 0.02 0 0.50 183.16 0.29 0.39
Hex 46 7C 7F 2D 2 0 32 B7 1D 27
Octal 106 174 177 55 2 0 62 267 35 47
Binary 1000110 1111100 1111111 101101 10 0 110010 10110111 11101 100111

Color Harmonies of #467C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467C7F

Black with #467C7F

Text Example


Text Example

White with #467C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467C7F; }

 p { color: rgb(70,124,127); }

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

background-color css

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

 a { background-color: rgb(70,124,127); }

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

border-color css

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

 span { border-color: rgb(70,124,127); }

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