Html Css Color HEX #4594CC Picton Blue

📋 copy color: '#4594CC'

red 69 ◦ green 148 ◦ blue 204

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

Shades of Picton Blue #4594CC

Tints of Picton Blue #4594CC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.15%

 BLUE value IS 204 (80.08% from 255) = 48.46%

R = 16.39%
G = 35.15%
B = 48.46%

CMYK

 C value IS 0.66

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4594CC (or 0x4594CC) is known color: Picton Blue. HEX triplet: 45, 94 and CC. RGB value is (69,148,204). Sum of RGB (Red+Green+Blue) = 69+148+204=421 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.39% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #4594CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4594CC is #BA6B33. Grayscale: #828282. Windows color (decimal): -12217140 or 13407301. OLE color: 13407301.

HSL color Cylindrical-coordinate representation of color #4594CC: hue angle of 204.89º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4594CC is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 69 148 204 -
CMYK 0.66 0.27 0 0.2
HSL 204.89º 0.57% 0.54% -
HSV(B) 204.89º 0.66% 0.8% -
XYZ 23.94 26.8 61.04 -
YUV 130.76 169.33 83.95 -
System Red Green Blue C M Y K H S L
Decimal 69 148 204 0.66 0.27 0 0.2 204.89 0.57 0.54
Hex 45 94 CC 42 1B 0 14 CD 39 36
Octal 105 224 314 102 33 0 24 315 71 66
Binary 1000101 10010100 11001100 1000010 11011 0 10100 11001101 111001 110110

Color Harmonies of #4594CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4594CC

Black with #4594CC

Text Example


Text Example

White with #4594CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4594CC; }

 p { color: rgb(69,148,204); }

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

background-color css

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

 a { background-color: rgb(69,148,204); }

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

border-color css

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

 span { border-color: rgb(69,148,204); }

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