Html Css Color HEX #454375 Corn Flower Blue

📋 copy color: '#454375'

red 69 ◦ green 67 ◦ blue 117

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

Shades of Corn Flower Blue #454375

Tints of Corn Flower Blue #454375

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.48%

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

R = 27.27%
G = 26.48%
B = 46.25%

CMYK

 C value IS 0.41

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#454375 (or 0x454375) is known color: Corn Flower Blue. HEX triplet: 45, 43 and 75. RGB value is (69,67,117). Sum of RGB (Red+Green+Blue) = 69+67+117=253 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.27% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 117 (46.09% from 255 or 46.25% from 253); Max value from RGB is 117 - color contains mainly: blue. Hex color #454375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454375 is #BABC8A. Grayscale: #494949. Windows color (decimal): -12237963 or 7684933. OLE color: 7684933.

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

Color convert

RGB 69 67 117 -
CMYK 0.41 0.43 0 0.54
HSL 242.4º 0.27% 0.36% -
HSV(B) 242.4º 0.43% 0.46% -
XYZ 7.67 6.56 17.69 -
YUV 73.3 152.66 124.93 -
System Red Green Blue C M Y K H S L
Decimal 69 67 117 0.41 0.43 0 0.54 242.4 0.27 0.36
Hex 45 43 75 29 2B 0 36 F2 1B 24
Octal 105 103 165 51 53 0 66 362 33 44
Binary 1000101 1000011 1110101 101001 101011 0 110110 11110010 11011 100100

Color Harmonies of #454375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454375

Black with #454375

Text Example


Text Example

White with #454375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454375; }

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

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

background-color css

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

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

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

border-color css

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

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

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