Html Css Color HEX #454267 Corn Flower Blue

📋 copy color: '#454267'

red 69 ◦ green 66 ◦ blue 103

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

Shades of Corn Flower Blue #454267

Tints of Corn Flower Blue #454267

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.73%

 BLUE value IS 103 (40.63% from 255) = 43.28%

R = 28.99%
G = 27.73%
B = 43.28%

CMYK

 C value IS 0.33

 M value IS 0.36

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#454267 (or 0x454267) is known color: Corn Flower Blue. HEX triplet: 45, 42 and 67. RGB value is (69,66,103). Sum of RGB (Red+Green+Blue) = 69+66+103=238 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.99% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 103 (40.62% from 255 or 43.28% from 238); Max value from RGB is 103 - color contains mainly: blue. Hex color #454267 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454267 is #BABD98. Grayscale: #464646. Windows color (decimal): -12238233 or 6767173. OLE color: 6767173.

HSL color Cylindrical-coordinate representation of color #454267: hue angle of 244.86º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #454267 is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 69 66 103 -
CMYK 0.33 0.36 0 0.60
HSL 244.86º 0.22% 0.33% -
HSV(B) 244.86º 0.36% 0.4% -
XYZ 6.85 6.14 13.66 -
YUV 71.12 145.99 126.49 -
System Red Green Blue C M Y K H S L
Decimal 69 66 103 0.33 0.36 0 0.60 244.86 0.22 0.33
Hex 45 42 67 21 24 0 3C F5 16 21
Octal 105 102 147 41 44 0 74 365 26 41
Binary 1000101 1000010 1100111 100001 100100 0 111100 11110101 10110 100001

Color Harmonies of #454267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454267

Black with #454267

Text Example


Text Example

White with #454267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454267; }

 p { color: rgb(69,66,103); }

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

background-color css

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

 a { background-color: rgb(69,66,103); }

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

border-color css

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

 span { border-color: rgb(69,66,103); }

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