Html Css Color HEX #414868 Port Gore

📋 copy color: '#414868'

red 65 ◦ green 72 ◦ blue 104

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

Shades of Port Gore #414868

Tints of Port Gore #414868

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.88%

 BLUE value IS 104 (41.02% from 255) = 43.15%

R = 26.97%
G = 29.88%
B = 43.15%

CMYK

 C value IS 0.38

 M value IS 0.31

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#414868 (or 0x414868) is known color: Port Gore. HEX triplet: 41, 48 and 68. RGB value is (65,72,104). Sum of RGB (Red+Green+Blue) = 65+72+104=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 104 (41.02% from 255 or 43.15% from 241); Max value from RGB is 104 - color contains mainly: blue. Hex color #414868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414868 is #BEB797. Grayscale: #494949. Windows color (decimal): -12498840 or 6834241. OLE color: 6834241.

HSL color Cylindrical-coordinate representation of color #414868: hue angle of 229.23º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #414868 is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 65 72 104 -
CMYK 0.38 0.31 0 0.59
HSL 229.23º 0.23% 0.33% -
HSV(B) 229.23º 0.38% 0.41% -
XYZ 7 6.76 14.03 -
YUV 73.56 145.18 121.9 -
System Red Green Blue C M Y K H S L
Decimal 65 72 104 0.38 0.31 0 0.59 229.23 0.23 0.33
Hex 41 48 68 26 1F 0 3B E5 17 21
Octal 101 110 150 46 37 0 73 345 27 41
Binary 1000001 1001000 1101000 100110 11111 0 111011 11100101 10111 100001

Color Harmonies of #414868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414868

Black with #414868

Text Example


Text Example

White with #414868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414868; }

 p { color: rgb(65,72,104); }

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

background-color css

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

 a { background-color: rgb(65,72,104); }

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

border-color css

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

 span { border-color: rgb(65,72,104); }

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