Html Css Color HEX #414669 Port Gore

📋 copy color: '#414669'

red 65 ◦ green 70 ◦ blue 105

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

Shades of Port Gore #414669

Tints of Port Gore #414669

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.17%

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

R = 27.08%
G = 29.17%
B = 43.75%

CMYK

 C value IS 0.38

 M value IS 0.33

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#414669 (or 0x414669) is known color: Port Gore. HEX triplet: 41, 46 and 69. RGB value is (65,70,105). Sum of RGB (Red+Green+Blue) = 65+70+105=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 105 (41.41% from 255 or 43.75% from 240); Max value from RGB is 105 - color contains mainly: blue. Hex color #414669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414669 is #BEB996. Grayscale: #484848. Windows color (decimal): -12499351 or 6899265. OLE color: 6899265.

HSL color Cylindrical-coordinate representation of color #414669: hue angle of 232.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 #414669 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 65 70 105 -
CMYK 0.38 0.33 0 0.59
HSL 232.5º 0.24% 0.33% -
HSV(B) 232.5º 0.38% 0.41% -
XYZ 6.92 6.52 14.26 -
YUV 72.5 146.34 122.65 -
System Red Green Blue C M Y K H S L
Decimal 65 70 105 0.38 0.33 0 0.59 232.5 0.24 0.33
Hex 41 46 69 26 21 0 3B E8 18 21
Octal 101 106 151 46 41 0 73 350 30 41
Binary 1000001 1000110 1101001 100110 100001 0 111011 11101000 11000 100001

Color Harmonies of #414669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414669

Black with #414669

Text Example


Text Example

White with #414669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414669; }

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

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

background-color css

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

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

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

border-color css

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

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

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