Html Css Color HEX #414461 Port Gore

📋 copy color: '#414461'

red 65 ◦ green 68 ◦ blue 97

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

Shades of Port Gore #414461

Tints of Port Gore #414461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 42.17%

R = 28.26%
G = 29.57%
B = 42.17%

CMYK

 C value IS 0.33

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#414461 (or 0x414461) is known color: Port Gore. HEX triplet: 41, 44 and 61. RGB value is (65,68,97). Sum of RGB (Red+Green+Blue) = 65+68+97=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 97 (38.28% from 255 or 42.17% from 230); Max value from RGB is 97 - color contains mainly: blue. Hex color #414461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414461 is #BEBB9E. Grayscale: #464646. Windows color (decimal): -12499871 or 6374465. OLE color: 6374465.

HSL color Cylindrical-coordinate representation of color #414461: hue angle of 234.38º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #414461 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 68 97 -
CMYK 0.33 0.30 0 0.62
HSL 234.38º 0.2% 0.32% -
HSV(B) 234.38º 0.33% 0.38% -
XYZ 6.4 6.12 12.15 -
YUV 70.41 143.01 124.14 -
System Red Green Blue C M Y K H S L
Decimal 65 68 97 0.33 0.30 0 0.62 234.38 0.2 0.32
Hex 41 44 61 21 1E 0 3E EA 14 20
Octal 101 104 141 41 36 0 76 352 24 40
Binary 1000001 1000100 1100001 100001 11110 0 111110 11101010 10100 100000

Color Harmonies of #414461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414461

Black with #414461

Text Example


Text Example

White with #414461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414461; }

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

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

background-color css

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

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

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

border-color css

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

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

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