Html Css Color HEX #454177 Corn Flower Blue

📋 copy color: '#454177'

red 69 ◦ green 65 ◦ blue 119

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

Shades of Corn Flower Blue #454177

Tints of Corn Flower Blue #454177

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.69%

 BLUE value IS 119 (46.88% from 255) = 47.04%

R = 27.27%
G = 25.69%
B = 47.04%

CMYK

 C value IS 0.42

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#454177 (or 0x454177) is known color: Corn Flower Blue. HEX triplet: 45, 41 and 77. RGB value is (69,65,119). Sum of RGB (Red+Green+Blue) = 69+65+119=253 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.27% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 119 (46.88% from 255 or 47.04% from 253); Max value from RGB is 119 - color contains mainly: blue. Hex color #454177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454177 is #BABE88. Grayscale: #484848. Windows color (decimal): -12238473 or 7815493. OLE color: 7815493.

HSL color Cylindrical-coordinate representation of color #454177: hue angle of 244.44º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #454177 is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 69 65 119 -
CMYK 0.42 0.45 0 0.53
HSL 244.44º 0.29% 0.36% -
HSV(B) 244.44º 0.45% 0.47% -
XYZ 7.67 6.38 18.28 -
YUV 72.35 154.33 125.61 -
System Red Green Blue C M Y K H S L
Decimal 69 65 119 0.42 0.45 0 0.53 244.44 0.29 0.36
Hex 45 41 77 2A 2D 0 35 F4 1D 24
Octal 105 101 167 52 55 0 65 364 35 44
Binary 1000101 1000001 1110111 101010 101101 0 110101 11110100 11101 100100

Color Harmonies of #454177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454177

Black with #454177

Text Example


Text Example

White with #454177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454177; }

 p { color: rgb(69,65,119); }

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

background-color css

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

 a { background-color: rgb(69,65,119); }

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

border-color css

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

 span { border-color: rgb(69,65,119); }

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