Html Css Color HEX #444275 Corn Flower Blue

📋 copy color: '#444275'

red 68 ◦ green 66 ◦ blue 117

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

Shades of Corn Flower Blue #444275

Tints of Corn Flower Blue #444275

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.29%

 BLUE value IS 117 (46.09% from 255) = 46.61%

R = 27.09%
G = 26.29%
B = 46.61%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#444275 (or 0x444275) is known color: Corn Flower Blue. HEX triplet: 44, 42 and 75. RGB value is (68,66,117). Sum of RGB (Red+Green+Blue) = 68+66+117=251 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.09% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 117 (46.09% from 255 or 46.61% from 251); Max value from RGB is 117 - color contains mainly: blue. Hex color #444275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444275 is #BBBD8A. Grayscale: #484848. Windows color (decimal): -12303755 or 7684676. OLE color: 7684676.

HSL color Cylindrical-coordinate representation of color #444275: hue angle of 242.35º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #444275 is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 68 66 117 -
CMYK 0.42 0.44 0 0.54
HSL 242.35º 0.28% 0.36% -
HSV(B) 242.35º 0.44% 0.46% -
XYZ 7.54 6.41 17.67 -
YUV 72.41 153.16 124.85 -
System Red Green Blue C M Y K H S L
Decimal 68 66 117 0.42 0.44 0 0.54 242.35 0.28 0.36
Hex 44 42 75 2A 2C 0 36 F2 1C 24
Octal 104 102 165 52 54 0 66 362 34 44
Binary 1000100 1000010 1110101 101010 101100 0 110110 11110010 11100 100100

Color Harmonies of #444275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444275

Black with #444275

Text Example


Text Example

White with #444275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444275; }

 p { color: rgb(68,66,117); }

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

background-color css

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

 a { background-color: rgb(68,66,117); }

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

border-color css

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

 span { border-color: rgb(68,66,117); }

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