Html Css Color HEX #42445E Port Gore

📋 copy color: '#42445E'

red 66 ◦ green 68 ◦ blue 94

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

Shades of Port Gore #42445E

Tints of Port Gore #42445E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.82%

 BLUE value IS 94 (37.11% from 255) = 41.23%

R = 28.95%
G = 29.82%
B = 41.23%

CMYK

 C value IS 0.30

 M value IS 0.28

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#42445E (or 0x42445E) is known color: Port Gore. HEX triplet: 42, 44 and 5E. RGB value is (66,68,94). Sum of RGB (Red+Green+Blue) = 66+68+94=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 94 (37.11% from 255 or 41.23% from 228); Max value from RGB is 94 - color contains mainly: blue. Hex color #42445E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42445E is #BDBBA1. Grayscale: #464646. Windows color (decimal): -12434338 or 6177858. OLE color: 6177858.

HSL color Cylindrical-coordinate representation of color #42445E: hue angle of 235.71º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #42445E is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 66 68 94 -
CMYK 0.30 0.28 0 0.63
HSL 235.71º 0.18% 0.31% -
HSV(B) 235.71º 0.3% 0.37% -
XYZ 6.33 6.1 11.43 -
YUV 70.37 141.34 124.89 -
System Red Green Blue C M Y K H S L
Decimal 66 68 94 0.30 0.28 0 0.63 235.71 0.18 0.31
Hex 42 44 5E 1E 1C 0 3F EC 12 1F
Octal 102 104 136 36 34 0 77 354 22 37
Binary 1000010 1000100 1011110 11110 11100 0 111111 11101100 10010 11111

Color Harmonies of #42445E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42445E

Black with #42445E

Text Example


Text Example

White with #42445E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42445E; }

 p { color: rgb(66,68,94); }

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

background-color css

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

 a { background-color: rgb(66,68,94); }

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

border-color css

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

 span { border-color: rgb(66,68,94); }

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