Html Css Color HEX #454175 Corn Flower Blue

📋 copy color: '#454175'

red 69 ◦ green 65 ◦ blue 117

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

Shades of Corn Flower Blue #454175

Tints of Corn Flower Blue #454175

RGB

 RED value IS 69 (27.34% from 255) = 27.49%

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

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

R = 27.49%
G = 25.9%
B = 46.61%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#454175 (or 0x454175) is known color: Corn Flower Blue. HEX triplet: 45, 41 and 75. RGB value is (69,65,117). Sum of RGB (Red+Green+Blue) = 69+65+117=251 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.49% from 251); Green value is 65 (25.78% from 255 or 25.90% 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 #454175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454175 is #BABE8A. Grayscale: #474747. Windows color (decimal): -12238475 or 7684421. OLE color: 7684421.

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

Color convert

RGB 69 65 117 -
CMYK 0.41 0.44 0 0.54
HSL 244.62º 0.29% 0.36% -
HSV(B) 244.62º 0.44% 0.46% -
XYZ 7.56 6.33 17.65 -
YUV 72.12 153.33 125.77 -
System Red Green Blue C M Y K H S L
Decimal 69 65 117 0.41 0.44 0 0.54 244.62 0.29 0.36
Hex 45 41 75 29 2C 0 36 F5 1D 24
Octal 105 101 165 51 54 0 66 365 35 44
Binary 1000101 1000001 1110101 101001 101100 0 110110 11110101 11101 100100

Color Harmonies of #454175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454175

Black with #454175

Text Example


Text Example

White with #454175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454175; }

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

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

background-color css

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

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

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

border-color css

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

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

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