Html Css Color HEX #424976 Port Gore

📋 copy color: '#424976'

red 66 ◦ green 73 ◦ blue 118

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

Shades of Port Gore #424976

Tints of Port Gore #424976

RGB

 RED value IS 66 (26.17% from 255) = 25.68%

 GREEN value IS 73 (28.91% from 255) = 28.4%

 BLUE value IS 118 (46.48% from 255) = 45.91%

R = 25.68%
G = 28.4%
B = 45.91%

CMYK

 C value IS 0.44

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#424976 (or 0x424976) is known color: Port Gore. HEX triplet: 42, 49 and 76. RGB value is (66,73,118). Sum of RGB (Red+Green+Blue) = 66+73+118=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 118 (46.48% from 255 or 45.91% from 257); Max value from RGB is 118 - color contains mainly: blue. Hex color #424976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424976 is #BDB689. Grayscale: #4B4B4B. Windows color (decimal): -12433034 or 7752002. OLE color: 7752002.

HSL color Cylindrical-coordinate representation of color #424976: hue angle of 231.92º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #424976 is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 73 118 -
CMYK 0.44 0.38 0 0.54
HSL 231.92º 0.28% 0.36% -
HSV(B) 231.92º 0.44% 0.46% -
XYZ 7.9 7.23 18.12 -
YUV 76.04 151.68 120.84 -
System Red Green Blue C M Y K H S L
Decimal 66 73 118 0.44 0.38 0 0.54 231.92 0.28 0.36
Hex 42 49 76 2C 26 0 36 E8 1C 24
Octal 102 111 166 54 46 0 66 350 34 44
Binary 1000010 1001001 1110110 101100 100110 0 110110 11101000 11100 100100

Color Harmonies of #424976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424976

Black with #424976

Text Example


Text Example

White with #424976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424976; }

 p { color: rgb(66,73,118); }

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

background-color css

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

 a { background-color: rgb(66,73,118); }

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

border-color css

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

 span { border-color: rgb(66,73,118); }

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