Html Css Color HEX #4250AD Governor Bay

📋 copy color: '#4250AD'

red 66 ◦ green 80 ◦ blue 173

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

Shades of Governor Bay #4250AD

Tints of Governor Bay #4250AD

RGB

 RED value IS 66 (26.17% from 255) = 20.69%

 GREEN value IS 80 (31.64% from 255) = 25.08%

 BLUE value IS 173 (67.97% from 255) = 54.23%

R = 20.69%
G = 25.08%
B = 54.23%

CMYK

 C value IS 0.62

 M value IS 0.54

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4250AD (or 0x4250AD) is known color: Governor Bay. HEX triplet: 42, 50 and AD. RGB value is (66,80,173). Sum of RGB (Red+Green+Blue) = 66+80+173=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 173 (67.97% from 255 or 54.23% from 319); Max value from RGB is 173 - color contains mainly: blue. Hex color #4250AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4250AD is #BDAF52. Grayscale: #565656. Windows color (decimal): -12431187 or 11358274. OLE color: 11358274.

HSL color Cylindrical-coordinate representation of color #4250AD: hue angle of 232.15º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4250AD is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 66 80 173 -
CMYK 0.62 0.54 0 0.32
HSL 232.15º 0.45% 0.47% -
HSV(B) 232.15º 0.62% 0.68% -
XYZ 12.66 9.91 40.78 -
YUV 86.42 176.86 113.44 -
System Red Green Blue C M Y K H S L
Decimal 66 80 173 0.62 0.54 0 0.32 232.15 0.45 0.47
Hex 42 50 AD 3E 36 0 20 E8 2D 2F
Octal 102 120 255 76 66 0 40 350 55 57
Binary 1000010 1010000 10101101 111110 110110 0 100000 11101000 101101 101111

Color Harmonies of #4250AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4250AD

Black with #4250AD

Text Example


Text Example

White with #4250AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4250AD; }

 p { color: rgb(66,80,173); }

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

background-color css

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

 a { background-color: rgb(66,80,173); }

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

border-color css

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

 span { border-color: rgb(66,80,173); }

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