Html Css Color HEX #414465 Port Gore

📋 copy color: '#414465'

red 65 ◦ green 68 ◦ blue 101

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

Shades of Port Gore #414465

Tints of Port Gore #414465

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.06%

 BLUE value IS 101 (39.84% from 255) = 43.16%

R = 27.78%
G = 29.06%
B = 43.16%

CMYK

 C value IS 0.36

 M value IS 0.33

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#414465 (or 0x414465) is known color: Port Gore. HEX triplet: 41, 44 and 65. RGB value is (65,68,101). Sum of RGB (Red+Green+Blue) = 65+68+101=234 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.78% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 101 (39.84% from 255 or 43.16% from 234); Max value from RGB is 101 - color contains mainly: blue. Hex color #414465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414465 is #BEBB9A. Grayscale: #464646. Windows color (decimal): -12499867 or 6636609. OLE color: 6636609.

HSL color Cylindrical-coordinate representation of color #414465: hue angle of 235º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #414465 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 65 68 101 -
CMYK 0.36 0.33 0 0.60
HSL 235º 0.22% 0.33% -
HSV(B) 235º 0.36% 0.4% -
XYZ 6.6 6.2 13.16 -
YUV 70.87 145.01 123.82 -
System Red Green Blue C M Y K H S L
Decimal 65 68 101 0.36 0.33 0 0.60 235 0.22 0.33
Hex 41 44 65 24 21 0 3C EB 16 21
Octal 101 104 145 44 41 0 74 353 26 41
Binary 1000001 1000100 1100101 100100 100001 0 111100 11101011 10110 100001

Color Harmonies of #414465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414465

Black with #414465

Text Example


Text Example

White with #414465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414465; }

 p { color: rgb(65,68,101); }

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

background-color css

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

 a { background-color: rgb(65,68,101); }

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

border-color css

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

 span { border-color: rgb(65,68,101); }

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