Html Css Color HEX #424875 Port Gore

📋 copy color: '#424875'

red 66 ◦ green 72 ◦ blue 117

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

Shades of Port Gore #424875

Tints of Port Gore #424875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 45.88%

R = 25.88%
G = 28.24%
B = 45.88%

CMYK

 C value IS 0.44

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#424875 (or 0x424875) is known color: Port Gore. HEX triplet: 42, 48 and 75. RGB value is (66,72,117). Sum of RGB (Red+Green+Blue) = 66+72+117=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 117 (46.09% from 255 or 45.88% from 255); Max value from RGB is 117 - color contains mainly: blue. Hex color #424875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424875 is #BDB78A. Grayscale: #4B4B4B. Windows color (decimal): -12433291 or 7686210. OLE color: 7686210.

HSL color Cylindrical-coordinate representation of color #424875: hue angle of 232.94º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #424875 is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 72 117 -
CMYK 0.44 0.38 0 0.54
HSL 232.94º 0.28% 0.36% -
HSV(B) 232.94º 0.44% 0.46% -
XYZ 7.78 7.08 17.79 -
YUV 75.34 151.51 121.34 -
System Red Green Blue C M Y K H S L
Decimal 66 72 117 0.44 0.38 0 0.54 232.94 0.28 0.36
Hex 42 48 75 2C 26 0 36 E9 1C 24
Octal 102 110 165 54 46 0 66 351 34 44
Binary 1000010 1001000 1110101 101100 100110 0 110110 11101001 11100 100100

Color Harmonies of #424875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424875

Black with #424875

Text Example


Text Example

White with #424875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424875; }

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

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

background-color css

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

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

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

border-color css

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

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

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