Html Css Color HEX #444175 Corn Flower Blue

📋 copy color: '#444175'

red 68 ◦ green 65 ◦ blue 117

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

Shades of Corn Flower Blue #444175

Tints of Corn Flower Blue #444175

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26%

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

R = 27.2%
G = 26%
B = 46.8%

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

#444175 (or 0x444175) is known color: Corn Flower Blue. HEX triplet: 44, 41 and 75. RGB value is (68,65,117). Sum of RGB (Red+Green+Blue) = 68+65+117=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 117 - color contains mainly: blue. Hex color #444175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444175 is #BBBE8A. Grayscale: #474747. Windows color (decimal): -12304011 or 7684420. OLE color: 7684420.

HSL color Cylindrical-coordinate representation of color #444175: hue angle of 243.46º degrees, saturation: 0.29, 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 #444175 is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 68 65 117 -
CMYK 0.42 0.44 0 0.54
HSL 243.46º 0.29% 0.36% -
HSV(B) 243.46º 0.44% 0.46% -
XYZ 7.49 6.29 17.65 -
YUV 71.83 153.49 125.27 -
System Red Green Blue C M Y K H S L
Decimal 68 65 117 0.42 0.44 0 0.54 243.46 0.29 0.36
Hex 44 41 75 2A 2C 0 36 F3 1D 24
Octal 104 101 165 52 54 0 66 363 35 44
Binary 1000100 1000001 1110101 101010 101100 0 110110 11110011 11101 100100

Color Harmonies of #444175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444175

Black with #444175

Text Example


Text Example

White with #444175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444175; }

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

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

background-color css

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

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

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

border-color css

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

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

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