Html Css Color HEX #424962 Port Gore

📋 copy color: '#424962'

red 66 ◦ green 73 ◦ blue 98

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

Shades of Port Gore #424962

Tints of Port Gore #424962

RGB

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

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

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

R = 27.85%
G = 30.8%
B = 41.35%

CMYK

 C value IS 0.33

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#424962 (or 0x424962) is known color: Port Gore. HEX triplet: 42, 49 and 62. RGB value is (66,73,98). Sum of RGB (Red+Green+Blue) = 66+73+98=237 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.85% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 98 (38.67% from 255 or 41.35% from 237); Max value from RGB is 98 - color contains mainly: blue. Hex color #424962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424962 is #BDB69D. Grayscale: #494949. Windows color (decimal): -12433054 or 6441282. OLE color: 6441282.

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

Color convert

RGB 66 73 98 -
CMYK 0.33 0.26 0 0.62
HSL 226.88º 0.2% 0.32% -
HSV(B) 226.88º 0.33% 0.38% -
XYZ 6.83 6.81 12.51 -
YUV 73.76 141.68 122.47 -
System Red Green Blue C M Y K H S L
Decimal 66 73 98 0.33 0.26 0 0.62 226.88 0.2 0.32
Hex 42 49 62 21 1A 0 3E E3 14 20
Octal 102 111 142 41 32 0 76 343 24 40
Binary 1000010 1001001 1100010 100001 11010 0 111110 11100011 10100 100000

Color Harmonies of #424962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424962

Black with #424962

Text Example


Text Example

White with #424962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424962; }

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

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

background-color css

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

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

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

border-color css

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

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

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