Html Css Color HEX #424A6C Port Gore

📋 copy color: '#424A6C'

red 66 ◦ green 74 ◦ blue 108

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

Shades of Port Gore #424A6C

Tints of Port Gore #424A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 43.55%

R = 26.61%
G = 29.84%
B = 43.55%

CMYK

 C value IS 0.39

 M value IS 0.31

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#424A6C (or 0x424A6C) is known color: Port Gore. HEX triplet: 42, 4A and 6C. RGB value is (66,74,108). Sum of RGB (Red+Green+Blue) = 66+74+108=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 74 (29.30% from 255 or 29.84% from 248); Blue value is 108 (42.58% from 255 or 43.55% from 248); Max value from RGB is 108 - color contains mainly: blue. Hex color #424A6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424A6C is #BDB593. Grayscale: #4B4B4B. Windows color (decimal): -12432788 or 7096898. OLE color: 7096898.

HSL color Cylindrical-coordinate representation of color #424A6C: hue angle of 228.57º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #424A6C is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 66 74 108 -
CMYK 0.39 0.31 0 0.58
HSL 228.57º 0.24% 0.34% -
HSV(B) 228.57º 0.39% 0.42% -
XYZ 7.4 7.14 15.18 -
YUV 75.48 146.35 121.24 -
System Red Green Blue C M Y K H S L
Decimal 66 74 108 0.39 0.31 0 0.58 228.57 0.24 0.34
Hex 42 4A 6C 27 1F 0 3A E5 18 22
Octal 102 112 154 47 37 0 72 345 30 42
Binary 1000010 1001010 1101100 100111 11111 0 111010 11100101 11000 100010

Color Harmonies of #424A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424A6C

Black with #424A6C

Text Example


Text Example

White with #424A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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