Html Css Color HEX #442769 Blue Diamond

📋 copy color: '#442769'

red 68 ◦ green 39 ◦ blue 105

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

Shades of Blue Diamond #442769

Tints of Blue Diamond #442769

RGB

 RED value IS 68 (26.95% from 255) = 32.08%

 GREEN value IS 39 (15.63% from 255) = 18.4%

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

R = 32.08%
G = 18.4%
B = 49.53%

CMYK

 C value IS 0.35

 M value IS 0.63

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#442769 (or 0x442769) is known color: Blue Diamond. HEX triplet: 44, 27 and 69. RGB value is (68,39,105). Sum of RGB (Red+Green+Blue) = 68+39+105=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 105 (41.41% from 255 or 49.53% from 212); Max value from RGB is 105 - color contains mainly: blue. Hex color #442769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442769 is #BBD896. Grayscale: #363636. Windows color (decimal): -12310679 or 6891332. OLE color: 6891332.

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

Color convert

RGB 68 39 105 -
CMYK 0.35 0.63 0 0.59
HSL 266.36º 0.46% 0.28% -
HSV(B) 266.36º 0.63% 0.41% -
XYZ 5.66 3.7 13.78 -
YUV 55.2 156.11 137.13 -
System Red Green Blue C M Y K H S L
Decimal 68 39 105 0.35 0.63 0 0.59 266.36 0.46 0.28
Hex 44 27 69 23 3F 0 3B 10A 2E 1C
Octal 104 47 151 43 77 0 73 412 56 34
Binary 1000100 100111 1101001 100011 111111 0 111011 100001010 101110 11100

Color Harmonies of #442769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442769

Black with #442769

Text Example


Text Example

White with #442769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442769; }

 p { color: rgb(68,39,105); }

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

background-color css

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

 a { background-color: rgb(68,39,105); }

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

border-color css

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

 span { border-color: rgb(68,39,105); }

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