Html Css Color HEX #417F7D Paradiso

📋 copy color: '#417F7D'

red 65 ◦ green 127 ◦ blue 125

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

Shades of Paradiso #417F7D

Tints of Paradiso #417F7D

RGB

 RED value IS 65 (25.78% from 255) = 20.5%

 GREEN value IS 127 (50% from 255) = 40.06%

 BLUE value IS 125 (49.22% from 255) = 39.43%

R = 20.5%
G = 40.06%
B = 39.43%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#417F7D (or 0x417F7D) is known color: Paradiso. HEX triplet: 41, 7F and 7D. RGB value is (65,127,125). Sum of RGB (Red+Green+Blue) = 65+127+125=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 127 (50% from 255 or 40.06% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 127 - color contains mainly: green. Hex color #417F7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417F7D is #BE8082. Grayscale: #6C6C6C. Windows color (decimal): -12484739 or 8224577. OLE color: 8224577.

HSL color Cylindrical-coordinate representation of color #417F7D: hue angle of 178.06º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #417F7D is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB 65 127 125 -
CMYK 0.49 0 0.02 0.50
HSL 178.06º 0.32% 0.38% -
HSV(B) 178.06º 0.49% 0.5% -
XYZ 13.47 17.78 22.12 -
YUV 108.23 137.46 97.16 -
System Red Green Blue C M Y K H S L
Decimal 65 127 125 0.49 0 0.02 0.50 178.06 0.32 0.38
Hex 41 7F 7D 31 0 2 32 B2 20 26
Octal 101 177 175 61 0 2 62 262 40 46
Binary 1000001 1111111 1111101 110001 0 10 110010 10110010 100000 100110

Color Harmonies of #417F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417F7D

Black with #417F7D

Text Example


Text Example

White with #417F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417F7D; }

 p { color: rgb(65,127,125); }

 H1.HeaderClassName
 {
   color: #417F7D;
 }
 .AnyTagClassName
 {
   color: #417F7D;
 }
</style>

background-color css

<style>
 a { background-color: #417F7D; }

 a { background-color: rgb(65,127,125); }

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

border-color css

<style>
 span { border-color: #417F7D; }

 span { border-color: rgb(65,127,125); }

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