Html Css Color HEX #454075 Corn Flower Blue

📋 copy color: '#454075'

red 69 ◦ green 64 ◦ blue 117

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

Shades of Corn Flower Blue #454075

Tints of Corn Flower Blue #454075

RGB

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

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

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

R = 27.6%
G = 25.6%
B = 46.8%

CMYK

 C value IS 0.41

 M value IS 0.45

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#454075 (or 0x454075) is known color: Corn Flower Blue. HEX triplet: 45, 40 and 75. RGB value is (69,64,117). Sum of RGB (Red+Green+Blue) = 69+64+117=250 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.6% from 250); Green value is 64 (25.39% from 255 or 25.6% 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 #454075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454075 is #BABF8A. Grayscale: #474747. Windows color (decimal): -12238731 or 7684165. OLE color: 7684165.

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

Color convert

RGB 69 64 117 -
CMYK 0.41 0.45 0 0.54
HSL 245.66º 0.29% 0.35% -
HSV(B) 245.66º 0.45% 0.46% -
XYZ 7.5 6.22 17.63 -
YUV 71.54 153.66 126.19 -
System Red Green Blue C M Y K H S L
Decimal 69 64 117 0.41 0.45 0 0.54 245.66 0.29 0.35
Hex 45 40 75 29 2D 0 36 F6 1D 23
Octal 105 100 165 51 55 0 66 366 35 43
Binary 1000101 1000000 1110101 101001 101101 0 110110 11110110 11101 100011

Color Harmonies of #454075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454075

Black with #454075

Text Example


Text Example

White with #454075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454075; }

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

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

background-color css

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

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

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

border-color css

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

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

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