Html Css Color HEX #454066 Corn Flower Blue

📋 copy color: '#454066'

red 69 ◦ green 64 ◦ blue 102

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

Shades of Corn Flower Blue #454066

Tints of Corn Flower Blue #454066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 43.4%

R = 29.36%
G = 27.23%
B = 43.4%

CMYK

 C value IS 0.32

 M value IS 0.37

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#454066 (or 0x454066) is known color: Corn Flower Blue. HEX triplet: 45, 40 and 66. RGB value is (69,64,102). Sum of RGB (Red+Green+Blue) = 69+64+102=235 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.36% from 235); Green value is 64 (25.39% from 255 or 27.23% from 235); Blue value is 102 (40.23% from 255 or 43.40% from 235); Max value from RGB is 102 - color contains mainly: blue. Hex color #454066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454066 is #BABF99. Grayscale: #454545. Windows color (decimal): -12238746 or 6701125. OLE color: 6701125.

HSL color Cylindrical-coordinate representation of color #454066: hue angle of 247.89º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #454066 is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 69 64 102 -
CMYK 0.32 0.37 0 0.6
HSL 247.89º 0.23% 0.33% -
HSV(B) 247.89º 0.37% 0.4% -
XYZ 6.69 5.89 13.36 -
YUV 69.83 146.16 127.41 -
System Red Green Blue C M Y K H S L
Decimal 69 64 102 0.32 0.37 0 0.6 247.89 0.23 0.33
Hex 45 40 66 20 25 0 3C F8 17 21
Octal 105 100 146 40 45 0 74 370 27 41
Binary 1000101 1000000 1100110 100000 100101 0 111100 11111000 10111 100001

Color Harmonies of #454066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454066

Black with #454066

Text Example


Text Example

White with #454066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454066; }

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

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

background-color css

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

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

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

border-color css

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

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

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