Html Css Color HEX #444975 Corn Flower Blue

📋 copy color: '#444975'

red 68 ◦ green 73 ◦ blue 117

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

Shades of Corn Flower Blue #444975

Tints of Corn Flower Blue #444975

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.29%

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

R = 26.36%
G = 28.29%
B = 45.35%

CMYK

 C value IS 0.42

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#444975 (or 0x444975) is known color: Corn Flower Blue. HEX triplet: 44, 49 and 75. RGB value is (68,73,117). Sum of RGB (Red+Green+Blue) = 68+73+117=258 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.36% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 117 (46.09% from 255 or 45.35% from 258); Max value from RGB is 117 - color contains mainly: blue. Hex color #444975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444975 is #BBB68A. Grayscale: #4C4C4C. Windows color (decimal): -12301963 or 7686468. OLE color: 7686468.

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

Color convert

RGB 68 73 117 -
CMYK 0.42 0.38 0 0.54
HSL 233.88º 0.26% 0.36% -
HSV(B) 233.88º 0.42% 0.46% -
XYZ 7.98 7.28 17.81 -
YUV 76.52 150.84 121.92 -
System Red Green Blue C M Y K H S L
Decimal 68 73 117 0.42 0.38 0 0.54 233.88 0.26 0.36
Hex 44 49 75 2A 26 0 36 EA 1A 24
Octal 104 111 165 52 46 0 66 352 32 44
Binary 1000100 1001001 1110101 101010 100110 0 110110 11101010 11010 100100

Color Harmonies of #444975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444975

Black with #444975

Text Example


Text Example

White with #444975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444975; }

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

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

background-color css

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

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

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

border-color css

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

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

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