Html Css Color HEX #424867 Port Gore

📋 copy color: '#424867'

red 66 ◦ green 72 ◦ blue 103

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

Shades of Port Gore #424867

Tints of Port Gore #424867

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.88%

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

R = 27.39%
G = 29.88%
B = 42.74%

CMYK

 C value IS 0.36

 M value IS 0.30

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#424867 (or 0x424867) is known color: Port Gore. HEX triplet: 42, 48 and 67. RGB value is (66,72,103). Sum of RGB (Red+Green+Blue) = 66+72+103=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 103 (40.62% from 255 or 42.74% from 241); Max value from RGB is 103 - color contains mainly: blue. Hex color #424867 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424867 is #BDB798. Grayscale: #494949. Windows color (decimal): -12433305 or 6768706. OLE color: 6768706.

HSL color Cylindrical-coordinate representation of color #424867: hue angle of 230.27º 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 #424867 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 66 72 103 -
CMYK 0.36 0.30 0 0.60
HSL 230.27º 0.22% 0.33% -
HSV(B) 230.27º 0.36% 0.4% -
XYZ 7.01 6.77 13.77 -
YUV 73.74 144.51 122.48 -
System Red Green Blue C M Y K H S L
Decimal 66 72 103 0.36 0.30 0 0.60 230.27 0.22 0.33
Hex 42 48 67 24 1E 0 3C E6 16 21
Octal 102 110 147 44 36 0 74 346 26 41
Binary 1000010 1001000 1100111 100100 11110 0 111100 11100110 10110 100001

Color Harmonies of #424867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424867

Black with #424867

Text Example


Text Example

White with #424867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424867; }

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

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

background-color css

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

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

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

border-color css

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

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

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