Html Css Color HEX #414A6D Port Gore

📋 copy color: '#414A6D'

red 65 ◦ green 74 ◦ blue 109

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

Shades of Port Gore #414A6D

Tints of Port Gore #414A6D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.84%

 BLUE value IS 109 (42.97% from 255) = 43.95%

R = 26.21%
G = 29.84%
B = 43.95%

CMYK

 C value IS 0.40

 M value IS 0.32

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#414A6D (or 0x414A6D) is known color: Port Gore. HEX triplet: 41, 4A and 6D. RGB value is (65,74,109). Sum of RGB (Red+Green+Blue) = 65+74+109=248 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.21% from 248); Green value is 74 (29.30% from 255 or 29.84% from 248); Blue value is 109 (42.97% from 255 or 43.95% from 248); Max value from RGB is 109 - color contains mainly: blue. Hex color #414A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414A6D is #BEB592. Grayscale: #4B4B4B. Windows color (decimal): -12498323 or 7162433. OLE color: 7162433.

HSL color Cylindrical-coordinate representation of color #414A6D: hue angle of 227.73º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #414A6D is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 65 74 109 -
CMYK 0.40 0.32 0 0.57
HSL 227.73º 0.25% 0.34% -
HSV(B) 227.73º 0.4% 0.43% -
XYZ 7.39 7.13 15.45 -
YUV 75.3 147.02 120.65 -
System Red Green Blue C M Y K H S L
Decimal 65 74 109 0.40 0.32 0 0.57 227.73 0.25 0.34
Hex 41 4A 6D 28 20 0 39 E4 19 22
Octal 101 112 155 50 40 0 71 344 31 42
Binary 1000001 1001010 1101101 101000 100000 0 111001 11100100 11001 100010

Color Harmonies of #414A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414A6D

Black with #414A6D

Text Example


Text Example

White with #414A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414A6D; }

 p { color: rgb(65,74,109); }

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

background-color css

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

 a { background-color: rgb(65,74,109); }

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

border-color css

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

 span { border-color: rgb(65,74,109); }

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