Html Css Color HEX #4592CE Picton Blue

📋 copy color: '#4592CE'

red 69 ◦ green 146 ◦ blue 206

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

Shades of Picton Blue #4592CE

Tints of Picton Blue #4592CE

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.68%

 BLUE value IS 206 (80.86% from 255) = 48.93%

R = 16.39%
G = 34.68%
B = 48.93%

CMYK

 C value IS 0.67

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4592CE (or 0x4592CE) is known color: Picton Blue. HEX triplet: 45, 92 and CE. RGB value is (69,146,206). Sum of RGB (Red+Green+Blue) = 69+146+206=421 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.39% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #4592CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4592CE is #BA6D31. Grayscale: #818181. Windows color (decimal): -12217650 or 13537861. OLE color: 13537861.

HSL color Cylindrical-coordinate representation of color #4592CE: hue angle of 206.28º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4592CE is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 69 146 206 -
CMYK 0.67 0.29 0 0.19
HSL 206.28º 0.58% 0.54% -
HSV(B) 206.28º 0.67% 0.81% -
XYZ 23.87 26.28 62.21 -
YUV 129.82 170.99 84.62 -
System Red Green Blue C M Y K H S L
Decimal 69 146 206 0.67 0.29 0 0.19 206.28 0.58 0.54
Hex 45 92 CE 43 1D 0 13 CE 3A 36
Octal 105 222 316 103 35 0 23 316 72 66
Binary 1000101 10010010 11001110 1000011 11101 0 10011 11001110 111010 110110

Color Harmonies of #4592CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4592CE

Black with #4592CE

Text Example


Text Example

White with #4592CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4592CE; }

 p { color: rgb(69,146,206); }

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

background-color css

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

 a { background-color: rgb(69,146,206); }

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

border-color css

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

 span { border-color: rgb(69,146,206); }

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