Html Css Color HEX #424770 Port Gore

📋 copy color: '#424770'

red 66 ◦ green 71 ◦ blue 112

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

Shades of Port Gore #424770

Tints of Port Gore #424770

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.51%

 BLUE value IS 112 (44.14% from 255) = 44.98%

R = 26.51%
G = 28.51%
B = 44.98%

CMYK

 C value IS 0.41

 M value IS 0.37

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#424770 (or 0x424770) is known color: Port Gore. HEX triplet: 42, 47 and 70. RGB value is (66,71,112). Sum of RGB (Red+Green+Blue) = 66+71+112=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 112 - color contains mainly: blue. Hex color #424770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424770 is #BDB88F. Grayscale: #4A4A4A. Windows color (decimal): -12433552 or 7358274. OLE color: 7358274.

HSL color Cylindrical-coordinate representation of color #424770: hue angle of 233.48º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #424770 is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 71 112 -
CMYK 0.41 0.37 0 0.56
HSL 233.48º 0.26% 0.35% -
HSV(B) 233.48º 0.41% 0.44% -
XYZ 7.42 6.83 16.26 -
YUV 74.18 149.34 122.17 -
System Red Green Blue C M Y K H S L
Decimal 66 71 112 0.41 0.37 0 0.56 233.48 0.26 0.35
Hex 42 47 70 29 25 0 38 E9 1A 23
Octal 102 107 160 51 45 0 70 351 32 43
Binary 1000010 1000111 1110000 101001 100101 0 111000 11101001 11010 100011

Color Harmonies of #424770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424770

Black with #424770

Text Example


Text Example

White with #424770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424770; }

 p { color: rgb(66,71,112); }

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

background-color css

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

 a { background-color: rgb(66,71,112); }

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

border-color css

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

 span { border-color: rgb(66,71,112); }

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