Html Css Color HEX #424968 Port Gore

📋 copy color: '#424968'

red 66 ◦ green 73 ◦ blue 104

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

Shades of Port Gore #424968

Tints of Port Gore #424968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 42.8%

R = 27.16%
G = 30.04%
B = 42.8%

CMYK

 C value IS 0.37

 M value IS 0.30

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#424968 (or 0x424968) is known color: Port Gore. HEX triplet: 42, 49 and 68. RGB value is (66,73,104). Sum of RGB (Red+Green+Blue) = 66+73+104=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 104 - color contains mainly: blue. Hex color #424968 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424968 is #BDB697. Grayscale: #4A4A4A. Windows color (decimal): -12433048 or 6834498. OLE color: 6834498.

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

Color convert

RGB 66 73 104 -
CMYK 0.37 0.30 0 0.59
HSL 228.95º 0.22% 0.33% -
HSV(B) 228.95º 0.37% 0.41% -
XYZ 7.13 6.92 14.06 -
YUV 74.44 144.68 121.98 -
System Red Green Blue C M Y K H S L
Decimal 66 73 104 0.37 0.30 0 0.59 228.95 0.22 0.33
Hex 42 49 68 25 1E 0 3B E5 16 21
Octal 102 111 150 45 36 0 73 345 26 41
Binary 1000010 1001001 1101000 100101 11110 0 111011 11100101 10110 100001

Color Harmonies of #424968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424968

Black with #424968

Text Example


Text Example

White with #424968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424968; }

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

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

background-color css

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

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

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

border-color css

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

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

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