Html Css Color HEX #423869 Minsk

📋 copy color: '#423869'

red 66 ◦ green 56 ◦ blue 105

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

Shades of Minsk #423869

Tints of Minsk #423869

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.67%

 BLUE value IS 105 (41.41% from 255) = 46.26%

R = 29.07%
G = 24.67%
B = 46.26%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#423869 (or 0x423869) is known color: Minsk. HEX triplet: 42, 38 and 69. RGB value is (66,56,105). Sum of RGB (Red+Green+Blue) = 66+56+105=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 105 (41.41% from 255 or 46.26% from 227); Max value from RGB is 105 - color contains mainly: blue. Hex color #423869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423869 is #BDC796. Grayscale: #404040. Windows color (decimal): -12437399 or 6895682. OLE color: 6895682.

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

Color convert

RGB 66 56 105 -
CMYK 0.37 0.47 0 0.59
HSL 252.24º 0.3% 0.32% -
HSV(B) 252.24º 0.47% 0.41% -
XYZ 6.21 5.01 14 -
YUV 64.58 150.81 129.02 -
System Red Green Blue C M Y K H S L
Decimal 66 56 105 0.37 0.47 0 0.59 252.24 0.3 0.32
Hex 42 38 69 25 2F 0 3B FC 1E 20
Octal 102 70 151 45 57 0 73 374 36 40
Binary 1000010 111000 1101001 100101 101111 0 111011 11111100 11110 100000

Color Harmonies of #423869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423869

Black with #423869

Text Example


Text Example

White with #423869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423869; }

 p { color: rgb(66,56,105); }

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

background-color css

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

 a { background-color: rgb(66,56,105); }

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

border-color css

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

 span { border-color: rgb(66,56,105); }

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