Html Css Color HEX #444075 Corn Flower Blue

📋 copy color: '#444075'

red 68 ◦ green 64 ◦ blue 117

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

Shades of Corn Flower Blue #444075

Tints of Corn Flower Blue #444075

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.7%

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

R = 27.31%
G = 25.7%
B = 46.99%

CMYK

 C value IS 0.42

 M value IS 0.45

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#444075 (or 0x444075) is known color: Corn Flower Blue. HEX triplet: 44, 40 and 75. RGB value is (68,64,117). Sum of RGB (Red+Green+Blue) = 68+64+117=249 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.31% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 117 (46.09% from 255 or 46.99% from 249); Max value from RGB is 117 - color contains mainly: blue. Hex color #444075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444075 is #BBBF8A. Grayscale: #474747. Windows color (decimal): -12304267 or 7684164. OLE color: 7684164.

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

Color convert

RGB 68 64 117 -
CMYK 0.42 0.45 0 0.54
HSL 244.53º 0.29% 0.35% -
HSV(B) 244.53º 0.45% 0.46% -
XYZ 7.43 6.18 17.63 -
YUV 71.24 153.83 125.69 -
System Red Green Blue C M Y K H S L
Decimal 68 64 117 0.42 0.45 0 0.54 244.53 0.29 0.35
Hex 44 40 75 2A 2D 0 36 F5 1D 23
Octal 104 100 165 52 55 0 66 365 35 43
Binary 1000100 1000000 1110101 101010 101101 0 110110 11110101 11101 100011

Color Harmonies of #444075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444075

Black with #444075

Text Example


Text Example

White with #444075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444075; }

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

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

background-color css

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

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

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

border-color css

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

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

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