Html Css Color HEX #414770 Port Gore

📋 copy color: '#414770'

red 65 ◦ green 71 ◦ blue 112

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

Shades of Port Gore #414770

Tints of Port Gore #414770

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.63%

 BLUE value IS 112 (44.14% from 255) = 45.16%

R = 26.21%
G = 28.63%
B = 45.16%

CMYK

 C value IS 0.42

 M value IS 0.37

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#414770 (or 0x414770) is known color: Port Gore. HEX triplet: 41, 47 and 70. RGB value is (65,71,112). Sum of RGB (Red+Green+Blue) = 65+71+112=248 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.21% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 112 - color contains mainly: blue. Hex color #414770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414770 is #BEB88F. Grayscale: #494949. Windows color (decimal): -12499088 or 7358273. OLE color: 7358273.

HSL color Cylindrical-coordinate representation of color #414770: hue angle of 232.34º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #414770 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 71 112 -
CMYK 0.42 0.37 0 0.56
HSL 232.34º 0.27% 0.35% -
HSV(B) 232.34º 0.42% 0.44% -
XYZ 7.36 6.8 16.25 -
YUV 73.88 149.51 121.67 -
System Red Green Blue C M Y K H S L
Decimal 65 71 112 0.42 0.37 0 0.56 232.34 0.27 0.35
Hex 41 47 70 2A 25 0 38 E8 1B 23
Octal 101 107 160 52 45 0 70 350 33 43
Binary 1000001 1000111 1110000 101010 100101 0 111000 11101000 11011 100011

Color Harmonies of #414770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414770

Black with #414770

Text Example


Text Example

White with #414770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414770; }

 p { color: rgb(65,71,112); }

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

background-color css

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

 a { background-color: rgb(65,71,112); }

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

border-color css

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

 span { border-color: rgb(65,71,112); }

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