Html Css Color HEX #424869 Port Gore

📋 copy color: '#424869'

red 66 ◦ green 72 ◦ blue 105

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

Shades of Port Gore #424869

Tints of Port Gore #424869

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.63%

 BLUE value IS 105 (41.41% from 255) = 43.21%

R = 27.16%
G = 29.63%
B = 43.21%

CMYK

 C value IS 0.37

 M value IS 0.31

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#424869 (or 0x424869) is known color: Port Gore. HEX triplet: 42, 48 and 69. RGB value is (66,72,105). Sum of RGB (Red+Green+Blue) = 66+72+105=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 105 (41.41% from 255 or 43.21% from 243); Max value from RGB is 105 - color contains mainly: blue. Hex color #424869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424869 is #BDB796. Grayscale: #494949. Windows color (decimal): -12433303 or 6899778. OLE color: 6899778.

HSL color Cylindrical-coordinate representation of color #424869: hue angle of 230.77º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #424869 is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 72 105 -
CMYK 0.37 0.31 0 0.59
HSL 230.77º 0.23% 0.34% -
HSV(B) 230.77º 0.37% 0.41% -
XYZ 7.11 6.81 14.3 -
YUV 73.97 145.51 122.32 -
System Red Green Blue C M Y K H S L
Decimal 66 72 105 0.37 0.31 0 0.59 230.77 0.23 0.34
Hex 42 48 69 25 1F 0 3B E7 17 22
Octal 102 110 151 45 37 0 73 347 27 42
Binary 1000010 1001000 1101001 100101 11111 0 111011 11100111 10111 100010

Color Harmonies of #424869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424869

Black with #424869

Text Example


Text Example

White with #424869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424869; }

 p { color: rgb(66,72,105); }

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

background-color css

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

 a { background-color: rgb(66,72,105); }

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

border-color css

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

 span { border-color: rgb(66,72,105); }

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