Html Css Color HEX #454A75 Corn Flower Blue

📋 copy color: '#454A75'

red 69 ◦ green 74 ◦ blue 117

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

Shades of Corn Flower Blue #454A75

Tints of Corn Flower Blue #454A75

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.46%

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

R = 26.54%
G = 28.46%
B = 45%

CMYK

 C value IS 0.41

 M value IS 0.37

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#454A75 (or 0x454A75) is known color: Corn Flower Blue. HEX triplet: 45, 4A and 75. RGB value is (69,74,117). Sum of RGB (Red+Green+Blue) = 69+74+117=260 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.54% from 260); Green value is 74 (29.30% from 255 or 28.46% from 260); Blue value is 117 (46.09% from 255 or 45% from 260); Max value from RGB is 117 - color contains mainly: blue. Hex color #454A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454A75 is #BAB58A. Grayscale: #4D4D4D. Windows color (decimal): -12236171 or 7686725. OLE color: 7686725.

HSL color Cylindrical-coordinate representation of color #454A75: hue angle of 233.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 #454A75 is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 69 74 117 -
CMYK 0.41 0.37 0 0.54
HSL 233.75º 0.26% 0.36% -
HSV(B) 233.75º 0.41% 0.46% -
XYZ 8.11 7.45 17.84 -
YUV 77.41 150.34 122 -
System Red Green Blue C M Y K H S L
Decimal 69 74 117 0.41 0.37 0 0.54 233.75 0.26 0.36
Hex 45 4A 75 29 25 0 36 EA 1A 24
Octal 105 112 165 51 45 0 66 352 32 44
Binary 1000101 1001010 1110101 101001 100101 0 110110 11101010 11010 100100

Color Harmonies of #454A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454A75

Black with #454A75

Text Example


Text Example

White with #454A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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