#422669

Color #422669 Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #422669

Tints of Blue Diamond #422669

Color information

#422669 (or 0x422669) is unknown color: approx Blue Diamond. HEX triplet: 42, 26 and 69. RGB value is (66,38,105). Sum of RGB (Red+Green+Blue) = 66+38+105=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 38 (15.23% from 255 or 18.18% from 209); Blue value is 105 (41.41% from 255 or 50.24% from 209); Max value from RGB is 105 - color contains mainly: blue. Hex color #422669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422669 is #BDD996. Grayscale: #353535. Windows color (decimal): -12442007 or 6891074. OLE color: 6891074.

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

Color convert

RGB6638105-
CMYK0.370.6400.59
HSL265.07º46.85%28.04%-
HSV(B)265.07º63.81%41.18%-
XYZ5.493.5613.76-
YUV54.01156.78136.55-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.58%
GREEN value IS 38 (15.23% from 255) = 18.18%
BLUE value IS 105 (41.41% from 255) = 50.24%
R=31.58%
G=18.18%
B=50.24%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66381050.370.6400.59265.0746.8528.04
Hex422669254003B1092f1c
Octal10246151451000734115734
Binary100001010011011010011001011000000011101110000100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422669; }

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

 H1.HeaderClassName
 {
   color: #422669;
 }
 .AnyTagClassName
 {
   color: #422669;
 }
</style>
background-color css

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

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

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

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

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

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