Html Css Color HEX #424A6B Port Gore

📋 copy color: '#424A6B'

red 66 ◦ green 74 ◦ blue 107

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

Shades of Port Gore #424A6B

Tints of Port Gore #424A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 43.32%

R = 26.72%
G = 29.96%
B = 43.32%

CMYK

 C value IS 0.38

 M value IS 0.31

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#424A6B (or 0x424A6B) is known color: Port Gore. HEX triplet: 42, 4A and 6B. RGB value is (66,74,107). Sum of RGB (Red+Green+Blue) = 66+74+107=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 107 - color contains mainly: blue. Hex color #424A6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424A6B is #BDB594. Grayscale: #4B4B4B. Windows color (decimal): -12432789 or 7031362. OLE color: 7031362.

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

Color convert

RGB 66 74 107 -
CMYK 0.38 0.31 0 0.58
HSL 228.29º 0.24% 0.34% -
HSV(B) 228.29º 0.38% 0.42% -
XYZ 7.35 7.12 14.9 -
YUV 75.37 145.85 121.32 -
System Red Green Blue C M Y K H S L
Decimal 66 74 107 0.38 0.31 0 0.58 228.29 0.24 0.34
Hex 42 4A 6B 26 1F 0 3A E4 18 22
Octal 102 112 153 46 37 0 72 344 30 42
Binary 1000010 1001010 1101011 100110 11111 0 111010 11100100 11000 100010

Color Harmonies of #424A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424A6B

Black with #424A6B

Text Example


Text Example

White with #424A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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