Html Css Color HEX #424A68 Port Gore

📋 copy color: '#424A68'

red 66 ◦ green 74 ◦ blue 104

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

Shades of Port Gore #424A68

Tints of Port Gore #424A68

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.33%

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

R = 27.05%
G = 30.33%
B = 42.62%

CMYK

 C value IS 0.37

 M value IS 0.29

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#424A68 (or 0x424A68) is known color: Port Gore. HEX triplet: 42, 4A and 68. RGB value is (66,74,104). Sum of RGB (Red+Green+Blue) = 66+74+104=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 74 (29.30% from 255 or 30.33% from 244); Blue value is 104 (41.02% from 255 or 42.62% from 244); Max value from RGB is 104 - color contains mainly: blue. Hex color #424A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424A68 is #BDB597. Grayscale: #4A4A4A. Windows color (decimal): -12432792 or 6834754. OLE color: 6834754.

HSL color Cylindrical-coordinate representation of color #424A68: hue angle of 227.37º 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 #424A68 is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 74 104 -
CMYK 0.37 0.29 0 0.59
HSL 227.37º 0.22% 0.33% -
HSV(B) 227.37º 0.37% 0.41% -
XYZ 7.19 7.06 14.08 -
YUV 75.03 144.35 121.56 -
System Red Green Blue C M Y K H S L
Decimal 66 74 104 0.37 0.29 0 0.59 227.37 0.22 0.33
Hex 42 4A 68 25 1D 0 3B E3 16 21
Octal 102 112 150 45 35 0 73 343 26 41
Binary 1000010 1001010 1101000 100101 11101 0 111011 11100011 10110 100001

Color Harmonies of #424A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424A68

Black with #424A68

Text Example


Text Example

White with #424A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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