Html Css Color HEX #414569 Port Gore

📋 copy color: '#414569'

red 65 ◦ green 69 ◦ blue 105

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

Shades of Port Gore #414569

Tints of Port Gore #414569

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.87%

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

R = 27.2%
G = 28.87%
B = 43.93%

CMYK

 C value IS 0.38

 M value IS 0.34

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#414569 (or 0x414569) is known color: Port Gore. HEX triplet: 41, 45 and 69. RGB value is (65,69,105). Sum of RGB (Red+Green+Blue) = 65+69+105=239 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.20% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 105 (41.41% from 255 or 43.93% from 239); Max value from RGB is 105 - color contains mainly: blue. Hex color #414569 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414569 is #BEBA96. Grayscale: #474747. Windows color (decimal): -12499607 or 6899009. OLE color: 6899009.

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

Color convert

RGB 65 69 105 -
CMYK 0.38 0.34 0 0.59
HSL 234º 0.24% 0.33% -
HSV(B) 234º 0.38% 0.41% -
XYZ 6.86 6.4 14.24 -
YUV 71.91 146.67 123.07 -
System Red Green Blue C M Y K H S L
Decimal 65 69 105 0.38 0.34 0 0.59 234 0.24 0.33
Hex 41 45 69 26 22 0 3B EA 18 21
Octal 101 105 151 46 42 0 73 352 30 41
Binary 1000001 1000101 1101001 100110 100010 0 111011 11101010 11000 100001

Color Harmonies of #414569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414569

Black with #414569

Text Example


Text Example

White with #414569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414569; }

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

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

background-color css

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

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

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

border-color css

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

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

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