Html Css Color HEX #454675 Corn Flower Blue

📋 copy color: '#454675'

red 69 ◦ green 70 ◦ blue 117

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

Shades of Corn Flower Blue #454675

Tints of Corn Flower Blue #454675

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.34%

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

R = 26.95%
G = 27.34%
B = 45.7%

CMYK

 C value IS 0.41

 M value IS 0.40

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#454675 (or 0x454675) is known color: Corn Flower Blue. HEX triplet: 45, 46 and 75. RGB value is (69,70,117). Sum of RGB (Red+Green+Blue) = 69+70+117=256 (33% of max value = 765). Red value is 69 (27.34% from 255 or 26.95% from 256); Green value is 70 (27.73% from 255 or 27.34% 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 #454675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454675 is #BAB98A. Grayscale: #4A4A4A. Windows color (decimal): -12237195 or 7685701. OLE color: 7685701.

HSL color Cylindrical-coordinate representation of color #454675: hue angle of 238.75º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #454675 is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 69 70 117 -
CMYK 0.41 0.40 0 0.54
HSL 238.75º 0.26% 0.36% -
HSV(B) 238.75º 0.41% 0.46% -
XYZ 7.86 6.93 17.75 -
YUV 75.06 151.67 123.68 -
System Red Green Blue C M Y K H S L
Decimal 69 70 117 0.41 0.40 0 0.54 238.75 0.26 0.36
Hex 45 46 75 29 28 0 36 EF 1A 24
Octal 105 106 165 51 50 0 66 357 32 44
Binary 1000101 1000110 1110101 101001 101000 0 110110 11101111 11010 100100

Color Harmonies of #454675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454675

Black with #454675

Text Example


Text Example

White with #454675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454675; }

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

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

background-color css

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

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

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

border-color css

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

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

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