Html Css Color HEX #454464 Corn Flower Blue

📋 copy color: '#454464'

red 69 ◦ green 68 ◦ blue 100

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

Shades of Corn Flower Blue #454464

Tints of Corn Flower Blue #454464

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.69%

 BLUE value IS 100 (39.45% from 255) = 42.19%

R = 29.11%
G = 28.69%
B = 42.19%

CMYK

 C value IS 0.31

 M value IS 0.32

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#454464 (or 0x454464) is known color: Corn Flower Blue. HEX triplet: 45, 44 and 64. RGB value is (69,68,100). Sum of RGB (Red+Green+Blue) = 69+68+100=237 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.11% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 100 (39.45% from 255 or 42.19% from 237); Max value from RGB is 100 - color contains mainly: blue. Hex color #454464 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454464 is #BABB9B. Grayscale: #474747. Windows color (decimal): -12237724 or 6571077. OLE color: 6571077.

HSL color Cylindrical-coordinate representation of color #454464: hue angle of 241.88º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #454464 is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 69 68 100 -
CMYK 0.31 0.32 0 0.61
HSL 241.88º 0.19% 0.33% -
HSV(B) 241.88º 0.32% 0.39% -
XYZ 6.82 6.32 12.92 -
YUV 71.95 143.83 125.9 -
System Red Green Blue C M Y K H S L
Decimal 69 68 100 0.31 0.32 0 0.61 241.88 0.19 0.33
Hex 45 44 64 1F 20 0 3D F2 13 21
Octal 105 104 144 37 40 0 75 362 23 41
Binary 1000101 1000100 1100100 11111 100000 0 111101 11110010 10011 100001

Color Harmonies of #454464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454464

Black with #454464

Text Example


Text Example

White with #454464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454464; }

 p { color: rgb(69,68,100); }

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

background-color css

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

 a { background-color: rgb(69,68,100); }

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

border-color css

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

 span { border-color: rgb(69,68,100); }

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