Html Css Color HEX #424A74 Port Gore

📋 copy color: '#424A74'

red 66 ◦ green 74 ◦ blue 116

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

Shades of Port Gore #424A74

Tints of Port Gore #424A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 45.31%

R = 25.78%
G = 28.91%
B = 45.31%

CMYK

 C value IS 0.43

 M value IS 0.36

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#424A74 (or 0x424A74) is known color: Port Gore. HEX triplet: 42, 4A and 74. RGB value is (66,74,116). Sum of RGB (Red+Green+Blue) = 66+74+116=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 116 (45.70% from 255 or 45.31% from 256); Max value from RGB is 116 - color contains mainly: blue. Hex color #424A74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424A74 is #BDB58B. Grayscale: #4C4C4C. Windows color (decimal): -12432780 or 7621186. OLE color: 7621186.

HSL color Cylindrical-coordinate representation of color #424A74: hue angle of 230.4º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #424A74 is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 74 116 -
CMYK 0.43 0.36 0 0.55
HSL 230.4º 0.27% 0.36% -
HSV(B) 230.4º 0.43% 0.45% -
XYZ 7.85 7.32 17.52 -
YUV 76.4 150.35 120.58 -
System Red Green Blue C M Y K H S L
Decimal 66 74 116 0.43 0.36 0 0.55 230.4 0.27 0.36
Hex 42 4A 74 2B 24 0 37 E6 1B 24
Octal 102 112 164 53 44 0 67 346 33 44
Binary 1000010 1001010 1110100 101011 100100 0 110111 11100110 11011 100100

Color Harmonies of #424A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424A74

Black with #424A74

Text Example


Text Example

White with #424A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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