Html Css Color HEX #424A67 Port Gore

📋 copy color: '#424A67'

red 66 ◦ green 74 ◦ blue 103

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

Shades of Port Gore #424A67

Tints of Port Gore #424A67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 42.39%

R = 27.16%
G = 30.45%
B = 42.39%

CMYK

 C value IS 0.36

 M value IS 0.28

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#424A67 (or 0x424A67) is known color: Port Gore. HEX triplet: 42, 4A and 67. RGB value is (66,74,103). Sum of RGB (Red+Green+Blue) = 66+74+103=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 103 (40.62% from 255 or 42.39% from 243); Max value from RGB is 103 - color contains mainly: blue. Hex color #424A67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424A67 is #BDB598. Grayscale: #4A4A4A. Windows color (decimal): -12432793 or 6769218. OLE color: 6769218.

HSL color Cylindrical-coordinate representation of color #424A67: hue angle of 227.03º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #424A67 is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 66 74 103 -
CMYK 0.36 0.28 0 0.60
HSL 227.03º 0.22% 0.33% -
HSV(B) 227.03º 0.36% 0.4% -
XYZ 7.14 7.04 13.81 -
YUV 74.91 143.85 121.64 -
System Red Green Blue C M Y K H S L
Decimal 66 74 103 0.36 0.28 0 0.60 227.03 0.22 0.33
Hex 42 4A 67 24 1C 0 3C E3 16 21
Octal 102 112 147 44 34 0 74 343 26 41
Binary 1000010 1001010 1100111 100100 11100 0 111100 11100011 10110 100001

Color Harmonies of #424A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424A67

Black with #424A67

Text Example


Text Example

White with #424A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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