Html Css Color HEX #42466B Port Gore

📋 copy color: '#42466B'

red 66 ◦ green 70 ◦ blue 107

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

Shades of Port Gore #42466B

Tints of Port Gore #42466B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.81%

 BLUE value IS 107 (42.19% from 255) = 44.03%

R = 27.16%
G = 28.81%
B = 44.03%

CMYK

 C value IS 0.38

 M value IS 0.35

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#42466B (or 0x42466B) is known color: Port Gore. HEX triplet: 42, 46 and 6B. RGB value is (66,70,107). Sum of RGB (Red+Green+Blue) = 66+70+107=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 107 (42.19% from 255 or 44.03% from 243); Max value from RGB is 107 - color contains mainly: blue. Hex color #42466B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42466B is #BDB994. Grayscale: #484848. Windows color (decimal): -12433813 or 7030338. OLE color: 7030338.

HSL color Cylindrical-coordinate representation of color #42466B: hue angle of 234.15º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #42466B is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 66 70 107 -
CMYK 0.38 0.35 0 0.58
HSL 234.15º 0.24% 0.34% -
HSV(B) 234.15º 0.38% 0.42% -
XYZ 7.09 6.6 14.81 -
YUV 73.02 147.17 122.99 -
System Red Green Blue C M Y K H S L
Decimal 66 70 107 0.38 0.35 0 0.58 234.15 0.24 0.34
Hex 42 46 6B 26 23 0 3A EA 18 22
Octal 102 106 153 46 43 0 72 352 30 42
Binary 1000010 1000110 1101011 100110 100011 0 111010 11101010 11000 100010

Color Harmonies of #42466B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42466B

Black with #42466B

Text Example


Text Example

White with #42466B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42466B; }

 p { color: rgb(66,70,107); }

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

background-color css

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

 a { background-color: rgb(66,70,107); }

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

border-color css

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

 span { border-color: rgb(66,70,107); }

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