Html Css Color HEX #4694CD Picton Blue

📋 copy color: '#4694CD'

red 70 ◦ green 148 ◦ blue 205

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

Shades of Picton Blue #4694CD

Tints of Picton Blue #4694CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.46%

R = 16.55%
G = 34.99%
B = 48.46%

CMYK

 C value IS 0.66

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4694CD (or 0x4694CD) is known color: Picton Blue. HEX triplet: 46, 94 and CD. RGB value is (70,148,205). Sum of RGB (Red+Green+Blue) = 70+148+205=423 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.55% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #4694CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4694CD is #B96B32. Grayscale: #828282. Windows color (decimal): -12151603 or 13472838. OLE color: 13472838.

HSL color Cylindrical-coordinate representation of color #4694CD: hue angle of 205.33º 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 #4694CD is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 70 148 205 -
CMYK 0.66 0.28 0 0.20
HSL 205.33º 0.57% 0.54% -
HSV(B) 205.33º 0.66% 0.8% -
XYZ 24.14 26.89 61.68 -
YUV 131.18 169.66 84.37 -
System Red Green Blue C M Y K H S L
Decimal 70 148 205 0.66 0.28 0 0.20 205.33 0.57 0.54
Hex 46 94 CD 42 1C 0 14 CD 39 36
Octal 106 224 315 102 34 0 24 315 71 66
Binary 1000110 10010100 11001101 1000010 11100 0 10100 11001101 111001 110110

Color Harmonies of #4694CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4694CD

Black with #4694CD

Text Example


Text Example

White with #4694CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4694CD; }

 p { color: rgb(70,148,205); }

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

background-color css

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

 a { background-color: rgb(70,148,205); }

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

border-color css

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

 span { border-color: rgb(70,148,205); }

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