Html Css Color HEX #41435E Port Gore

📋 copy color: '#41435E'

red 65 ◦ green 67 ◦ blue 94

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

Shades of Port Gore #41435E

Tints of Port Gore #41435E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.65%

 BLUE value IS 94 (37.11% from 255) = 41.59%

R = 28.76%
G = 29.65%
B = 41.59%

CMYK

 C value IS 0.31

 M value IS 0.29

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#41435E (or 0x41435E) is known color: Port Gore. HEX triplet: 41, 43 and 5E. RGB value is (65,67,94). Sum of RGB (Red+Green+Blue) = 65+67+94=226 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.76% from 226); Green value is 67 (26.56% from 255 or 29.65% from 226); Blue value is 94 (37.11% from 255 or 41.59% from 226); Max value from RGB is 94 - color contains mainly: blue. Hex color #41435E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41435E is #BEBCA1. Grayscale: #454545. Windows color (decimal): -12500130 or 6177601. OLE color: 6177601.

HSL color Cylindrical-coordinate representation of color #41435E: hue angle of 235.86º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #41435E is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 65 67 94 -
CMYK 0.31 0.29 0 0.63
HSL 235.86º 0.18% 0.31% -
HSV(B) 235.86º 0.31% 0.37% -
XYZ 6.21 5.95 11.41 -
YUV 69.48 141.84 124.8 -
System Red Green Blue C M Y K H S L
Decimal 65 67 94 0.31 0.29 0 0.63 235.86 0.18 0.31
Hex 41 43 5E 1F 1D 0 3F EC 12 1F
Octal 101 103 136 37 35 0 77 354 22 37
Binary 1000001 1000011 1011110 11111 11101 0 111111 11101100 10010 11111

Color Harmonies of #41435E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41435E

Black with #41435E

Text Example


Text Example

White with #41435E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41435E; }

 p { color: rgb(65,67,94); }

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

background-color css

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

 a { background-color: rgb(65,67,94); }

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

border-color css

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

 span { border-color: rgb(65,67,94); }

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