Html Css Color HEX #414562 Port Gore

📋 copy color: '#414562'

red 65 ◦ green 69 ◦ blue 98

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

Shades of Port Gore #414562

Tints of Port Gore #414562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 42.24%

R = 28.02%
G = 29.74%
B = 42.24%

CMYK

 C value IS 0.34

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#414562 (or 0x414562) is known color: Port Gore. HEX triplet: 41, 45 and 62. RGB value is (65,69,98). Sum of RGB (Red+Green+Blue) = 65+69+98=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 69 (27.34% from 255 or 29.74% from 232); Blue value is 98 (38.67% from 255 or 42.24% from 232); Max value from RGB is 98 - color contains mainly: blue. Hex color #414562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414562 is #BEBA9D. Grayscale: #464646. Windows color (decimal): -12499614 or 6440257. OLE color: 6440257.

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

Color convert

RGB 65 69 98 -
CMYK 0.34 0.30 0 0.62
HSL 232.73º 0.2% 0.32% -
HSV(B) 232.73º 0.34% 0.38% -
XYZ 6.51 6.26 12.42 -
YUV 71.11 143.17 123.64 -
System Red Green Blue C M Y K H S L
Decimal 65 69 98 0.34 0.30 0 0.62 232.73 0.2 0.32
Hex 41 45 62 22 1E 0 3E E9 14 20
Octal 101 105 142 42 36 0 76 351 24 40
Binary 1000001 1000101 1100010 100010 11110 0 111110 11101001 10100 100000

Color Harmonies of #414562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414562

Black with #414562

Text Example


Text Example

White with #414562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414562; }

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

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

background-color css

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

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

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

border-color css

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

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

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