Html Css Color HEX #464168 Corn Flower Blue

📋 copy color: '#464168'

red 70 ◦ green 65 ◦ blue 104

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

Shades of Corn Flower Blue #464168

Tints of Corn Flower Blue #464168

RGB

 RED value IS 70 (27.73% from 255) = 29.29%

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

 BLUE value IS 104 (41.02% from 255) = 43.51%

R = 29.29%
G = 27.2%
B = 43.51%

CMYK

 C value IS 0.33

 M value IS 0.38

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#464168 (or 0x464168) is known color: Corn Flower Blue. HEX triplet: 46, 41 and 68. RGB value is (70,65,104). Sum of RGB (Red+Green+Blue) = 70+65+104=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 65 (25.78% from 255 or 27.20% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 104 - color contains mainly: blue. Hex color #464168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464168 is #B9BE97. Grayscale: #464646. Windows color (decimal): -12172952 or 6832454. OLE color: 6832454.

HSL color Cylindrical-coordinate representation of color #464168: hue angle of 247.69º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #464168 is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 65 104 -
CMYK 0.33 0.38 0 0.59
HSL 247.69º 0.23% 0.33% -
HSV(B) 247.69º 0.38% 0.41% -
XYZ 6.91 6.08 13.91 -
YUV 70.94 146.66 127.33 -
System Red Green Blue C M Y K H S L
Decimal 70 65 104 0.33 0.38 0 0.59 247.69 0.23 0.33
Hex 46 41 68 21 26 0 3B F8 17 21
Octal 106 101 150 41 46 0 73 370 27 41
Binary 1000110 1000001 1101000 100001 100110 0 111011 11111000 10111 100001

Color Harmonies of #464168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464168

Black with #464168

Text Example


Text Example

White with #464168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464168; }

 p { color: rgb(70,65,104); }

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

background-color css

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

 a { background-color: rgb(70,65,104); }

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

border-color css

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

 span { border-color: rgb(70,65,104); }

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