Html Css Color HEX #424561 Port Gore

📋 copy color: '#424561'

red 66 ◦ green 69 ◦ blue 97

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

Shades of Port Gore #424561

Tints of Port Gore #424561

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.74%

 BLUE value IS 97 (38.28% from 255) = 41.81%

R = 28.45%
G = 29.74%
B = 41.81%

CMYK

 C value IS 0.32

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#424561 (or 0x424561) is known color: Port Gore. HEX triplet: 42, 45 and 61. RGB value is (66,69,97). Sum of RGB (Red+Green+Blue) = 66+69+97=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 69 (27.34% from 255 or 29.74% from 232); Blue value is 97 (38.28% from 255 or 41.81% from 232); Max value from RGB is 97 - color contains mainly: blue. Hex color #424561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424561 is #BDBA9E. Grayscale: #474747. Windows color (decimal): -12434079 or 6374722. OLE color: 6374722.

HSL color Cylindrical-coordinate representation of color #424561: hue angle of 234.19º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #424561 is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 69 97 -
CMYK 0.32 0.29 0 0.62
HSL 234.19º 0.19% 0.32% -
HSV(B) 234.19º 0.32% 0.38% -
XYZ 6.53 6.28 12.18 -
YUV 71.3 142.51 124.22 -
System Red Green Blue C M Y K H S L
Decimal 66 69 97 0.32 0.29 0 0.62 234.19 0.19 0.32
Hex 42 45 61 20 1D 0 3E EA 13 20
Octal 102 105 141 40 35 0 76 352 23 40
Binary 1000010 1000101 1100001 100000 11101 0 111110 11101010 10011 100000

Color Harmonies of #424561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424561

Black with #424561

Text Example


Text Example

White with #424561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424561; }

 p { color: rgb(66,69,97); }

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

background-color css

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

 a { background-color: rgb(66,69,97); }

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

border-color css

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

 span { border-color: rgb(66,69,97); }

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