Html Css Color HEX #444775 Corn Flower Blue

📋 copy color: '#444775'

red 68 ◦ green 71 ◦ blue 117

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

Shades of Corn Flower Blue #444775

Tints of Corn Flower Blue #444775

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.73%

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

R = 26.56%
G = 27.73%
B = 45.7%

CMYK

 C value IS 0.42

 M value IS 0.39

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#444775 (or 0x444775) is known color: Corn Flower Blue. HEX triplet: 44, 47 and 75. RGB value is (68,71,117). Sum of RGB (Red+Green+Blue) = 68+71+117=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 117 (46.09% from 255 or 45.70% from 256); Max value from RGB is 117 - color contains mainly: blue. Hex color #444775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444775 is #BBB88A. Grayscale: #4B4B4B. Windows color (decimal): -12302475 or 7685956. OLE color: 7685956.

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

Color convert

RGB 68 71 117 -
CMYK 0.42 0.39 0 0.54
HSL 236.33º 0.26% 0.36% -
HSV(B) 236.33º 0.42% 0.46% -
XYZ 7.85 7.02 17.77 -
YUV 75.35 151.51 122.76 -
System Red Green Blue C M Y K H S L
Decimal 68 71 117 0.42 0.39 0 0.54 236.33 0.26 0.36
Hex 44 47 75 2A 27 0 36 EC 1A 24
Octal 104 107 165 52 47 0 66 354 32 44
Binary 1000100 1000111 1110101 101010 100111 0 110110 11101100 11010 100100

Color Harmonies of #444775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444775

Black with #444775

Text Example


Text Example

White with #444775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444775; }

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

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

background-color css

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

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

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

border-color css

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

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

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