Html Css Color HEX #42074E Blackcurrant

📋 copy color: '#42074E'

red 66 ◦ green 7 ◦ blue 78

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

Shades of Blackcurrant #42074E

Tints of Blackcurrant #42074E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.64%

 BLUE value IS 78 (30.86% from 255) = 51.66%

R = 43.71%
G = 4.64%
B = 51.66%

CMYK

 C value IS 0.15

 M value IS 0.91

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#42074E (or 0x42074E) is known color: Blackcurrant. HEX triplet: 42, 07 and 4E. RGB value is (66,7,78). Sum of RGB (Red+Green+Blue) = 66+7+78=151 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.71% from 151); Green value is 7 (3.12% from 255 or 4.64% from 151); Blue value is 78 (30.86% from 255 or 51.66% from 151); Max value from RGB is 78 - color contains mainly: blue. Hex color #42074E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42074E is #BDF8B1. Grayscale: #202020. Windows color (decimal): -12449970 or 5113666. OLE color: 5113666.

HSL color Cylindrical-coordinate representation of color #42074E: hue angle of 289.86º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #42074E is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 7 78 -
CMYK 0.15 0.91 0 0.69
HSL 289.86º 0.84% 0.17% -
HSV(B) 289.86º 0.91% 0.31% -
XYZ 3.7 1.86 7.37 -
YUV 32.74 153.55 151.73 -
System Red Green Blue C M Y K H S L
Decimal 66 7 78 0.15 0.91 0 0.69 289.86 0.84 0.17
Hex 42 7 4E F 5B 0 45 122 54 11
Octal 102 7 116 17 133 0 105 442 124 21
Binary 1000010 111 1001110 1111 1011011 0 1000101 100100010 1010100 10001

Color Harmonies of #42074E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42074E

Black with #42074E

Text Example


Text Example

White with #42074E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,7,78); }

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

background-color css

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

 a { background-color: rgb(66,7,78); }

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

border-color css

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

 span { border-color: rgb(66,7,78); }

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