Html Css Color HEX #424860 Port Gore

📋 copy color: '#424860'

red 66 ◦ green 72 ◦ blue 96

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

Shades of Port Gore #424860

Tints of Port Gore #424860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 41.03%

R = 28.21%
G = 30.77%
B = 41.03%

CMYK

 C value IS 0.31

 M value IS 0.25

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#424860 (or 0x424860) is known color: Port Gore. HEX triplet: 42, 48 and 60. RGB value is (66,72,96). Sum of RGB (Red+Green+Blue) = 66+72+96=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 96 (37.89% from 255 or 41.03% from 234); Max value from RGB is 96 - color contains mainly: blue. Hex color #424860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424860 is #BDB79F. Grayscale: #484848. Windows color (decimal): -12433312 or 6309954. OLE color: 6309954.

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

Color convert

RGB 66 72 96 -
CMYK 0.31 0.25 0 0.62
HSL 228º 0.19% 0.32% -
HSV(B) 228º 0.31% 0.38% -
XYZ 6.68 6.64 12 -
YUV 72.94 141.01 123.05 -
System Red Green Blue C M Y K H S L
Decimal 66 72 96 0.31 0.25 0 0.62 228 0.19 0.32
Hex 42 48 60 1F 19 0 3E E4 13 20
Octal 102 110 140 37 31 0 76 344 23 40
Binary 1000010 1001000 1100000 11111 11001 0 111110 11100100 10011 100000

Color Harmonies of #424860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424860

Black with #424860

Text Example


Text Example

White with #424860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424860; }

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

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

background-color css

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

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

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

border-color css

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

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

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