Html Css Color HEX #4195CF Picton Blue

📋 copy color: '#4195CF'

red 65 ◦ green 149 ◦ blue 207

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

Shades of Picton Blue #4195CF

Tints of Picton Blue #4195CF

RGB

 RED value IS 65 (25.78% from 255) = 15.44%

 GREEN value IS 149 (58.59% from 255) = 35.39%

 BLUE value IS 207 (81.25% from 255) = 49.17%

R = 15.44%
G = 35.39%
B = 49.17%

CMYK

 C value IS 0.69

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4195CF (or 0x4195CF) is known color: Picton Blue. HEX triplet: 41, 95 and CF. RGB value is (65,149,207). Sum of RGB (Red+Green+Blue) = 65+149+207=421 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.44% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #4195CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4195CF is #BE6A30. Grayscale: #828282. Windows color (decimal): -12479025 or 13604161. OLE color: 13604161.

HSL color Cylindrical-coordinate representation of color #4195CF: hue angle of 204.51º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4195CF is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 65 149 207 -
CMYK 0.69 0.28 0 0.19
HSL 204.51º 0.6% 0.53% -
HSV(B) 204.51º 0.69% 0.81% -
XYZ 24.19 27.12 62.99 -
YUV 130.5 171.17 81.28 -
System Red Green Blue C M Y K H S L
Decimal 65 149 207 0.69 0.28 0 0.19 204.51 0.6 0.53
Hex 41 95 CF 45 1C 0 13 CD 3C 35
Octal 101 225 317 105 34 0 23 315 74 65
Binary 1000001 10010101 11001111 1000101 11100 0 10011 11001101 111100 110101

Color Harmonies of #4195CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4195CF

Black with #4195CF

Text Example


Text Example

White with #4195CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4195CF; }

 p { color: rgb(65,149,207); }

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

background-color css

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

 a { background-color: rgb(65,149,207); }

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

border-color css

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

 span { border-color: rgb(65,149,207); }

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