Html Css Color HEX #423470 Minsk

📋 copy color: '#423470'

red 66 ◦ green 52 ◦ blue 112

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

Shades of Minsk #423470

Tints of Minsk #423470

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.61%

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

R = 28.7%
G = 22.61%
B = 48.7%

CMYK

 C value IS 0.41

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#423470 (or 0x423470) is known color: Minsk. HEX triplet: 42, 34 and 70. RGB value is (66,52,112). Sum of RGB (Red+Green+Blue) = 66+52+112=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 112 - color contains mainly: blue. Hex color #423470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423470 is #BDCB8F. Grayscale: #3E3E3E. Windows color (decimal): -12438416 or 7353410. OLE color: 7353410.

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

Color convert

RGB 66 52 112 -
CMYK 0.41 0.54 0 0.56
HSL 254º 0.37% 0.32% -
HSV(B) 254º 0.54% 0.44% -
XYZ 6.4 4.78 15.92 -
YUV 63.03 155.64 130.12 -
System Red Green Blue C M Y K H S L
Decimal 66 52 112 0.41 0.54 0 0.56 254 0.37 0.32
Hex 42 34 70 29 36 0 38 FE 25 20
Octal 102 64 160 51 66 0 70 376 45 40
Binary 1000010 110100 1110000 101001 110110 0 111000 11111110 100101 100000

Color Harmonies of #423470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423470

Black with #423470

Text Example


Text Example

White with #423470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423470; }

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

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

background-color css

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

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

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

border-color css

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

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

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