Html Css Color HEX #414869 Port Gore

📋 copy color: '#414869'

red 65 ◦ green 72 ◦ blue 105

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

Shades of Port Gore #414869

Tints of Port Gore #414869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 43.39%

R = 26.86%
G = 29.75%
B = 43.39%

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

#414869 (or 0x414869) is known color: Port Gore. HEX triplet: 41, 48 and 69. RGB value is (65,72,105). Sum of RGB (Red+Green+Blue) = 65+72+105=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 105 (41.41% from 255 or 43.39% from 242); Max value from RGB is 105 - color contains mainly: blue. Hex color #414869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414869 is #BEB796. Grayscale: #494949. Windows color (decimal): -12498839 or 6899777. OLE color: 6899777.

HSL color Cylindrical-coordinate representation of color #414869: hue angle of 229.5º degrees, saturation: 0.24, 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 #414869 is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 65 72 105 -
CMYK 0.38 0.31 0 0.59
HSL 229.5º 0.24% 0.33% -
HSV(B) 229.5º 0.38% 0.41% -
XYZ 7.05 6.78 14.3 -
YUV 73.67 145.68 121.82 -
System Red Green Blue C M Y K H S L
Decimal 65 72 105 0.38 0.31 0 0.59 229.5 0.24 0.33
Hex 41 48 69 26 1F 0 3B E6 18 21
Octal 101 110 151 46 37 0 73 346 30 41
Binary 1000001 1001000 1101001 100110 11111 0 111011 11100110 11000 100001

Color Harmonies of #414869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414869

Black with #414869

Text Example


Text Example

White with #414869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414869; }

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

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

background-color css

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

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

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

border-color css

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

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

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